From 42f66f9f473059808c3141113eaf76f8ab18efb3 Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Sat, 17 Sep 2016 08:12:51 +1000 Subject: [PATCH] Add Export Options filter to Vcard Export --- gramps/plugins/export/exportvcard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/plugins/export/exportvcard.py b/gramps/plugins/export/exportvcard.py index 54bfc59c1..dcffed9cc 100644 --- a/gramps/plugins/export/exportvcard.py +++ b/gramps/plugins/export/exportvcard.py @@ -52,6 +52,7 @@ from gramps.gen.const import PROGRAM_NAME from gramps.version import VERSION from gramps.gen.lib import Date, Person from gramps.gen.lib.urltype import UrlType +from gramps.gui.plug.export import WriterOptionBox from gramps.gen.lib.eventtype import EventType from gramps.gen.display.name import displayer as _nd from gramps.gen.plug.utils import OpenFileOrStdout