[r21181]relationship.py: Remove unused import

svn: r21408
This commit is contained in:
John Ralls 2013-02-24 00:54:26 +00:00
parent df1157e9d4
commit f3361500c0

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
#-------------------------------------------------------------------------
#
#