Add Export Options filter to Vcard Export

This commit is contained in:
Sam Manzi 2016-09-17 08:12:51 +10:00
parent e23e40a698
commit 42f66f9f47
No known key found for this signature in database
GPG Key ID: F4A16068AE36B402

View File

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