relationship.py: Remove unused import

svn: r21181
This commit is contained in:
John Ralls 2013-01-21 01:27:21 +00:00
parent 2f77462320
commit 795b45c82f

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