relationship.py: Remove unused import

svn: r21181
This commit is contained in:
John Ralls 2013-01-21 01:27:21 +00:00
parent fecf9e4e19
commit 20289c20a3

View File

@ -44,7 +44,6 @@ UNKNOWN = Person.UNKNOWN
from .const import GRAMPS_LOCALE as glocale
_ = glocale.get_translation().sgettext
from .plug import PluginRegister, BasePluginManager
from gramps.plugins.lib.libtranslate import get_language_string
#-------------------------------------------------------------------------
#
#