From f3361500c04cfda2b3a46ba658fc2101de688dff Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 24 Feb 2013 00:54:26 +0000 Subject: [PATCH] [r21181]relationship.py: Remove unused import svn: r21408 --- gramps/gen/relationship.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gramps/gen/relationship.py b/gramps/gen/relationship.py index 6dbcf366f..bc121cfa8 100644 --- a/gramps/gen/relationship.py +++ b/gramps/gen/relationship.py @@ -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 #------------------------------------------------------------------------- # #