From 4acc6e262ee65dd5d93e3de3df7e584f531bd157 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Tue, 30 Jul 2013 16:53:06 +0000 Subject: [PATCH] Remove redundant import svn: r22777 --- gramps/plugins/export/exportvcard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gramps/plugins/export/exportvcard.py b/gramps/plugins/export/exportvcard.py index d40a473a2..dbed683e0 100644 --- a/gramps/plugins/export/exportvcard.py +++ b/gramps/plugins/export/exportvcard.py @@ -49,7 +49,6 @@ log = logging.getLogger(".ExportVCard") #------------------------------------------------------------------------- from gramps.gen.const import GRAMPS_LOCALE as glocale _ = glocale.translation.gettext -from gramps.gui.plug.export import WriterOptionBox from gramps.gen.const import PROGRAM_NAME from gramps.version import VERSION from gramps.gen.lib import Date, Person