From cabbcead8f9e56c6ff89e51a03434dc8dfd7fcd1 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Tue, 30 Jul 2013 16:51:38 +0000 Subject: [PATCH] Remove redundant import svn: r22776 --- 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