From 4ae5c6477bf2f14ba8fa3910a3d67889d7fdfaed Mon Sep 17 00:00:00 2001 From: prculley Date: Tue, 26 Sep 2017 16:17:46 -0500 Subject: [PATCH] Fix Gedcom export for erroneously removed WriterOptionBox import --- gramps/plugins/export/exportgedcom.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gramps/plugins/export/exportgedcom.py b/gramps/plugins/export/exportgedcom.py index 14ab5c412..b037c1cd3 100644 --- a/gramps/plugins/export/exportgedcom.py +++ b/gramps/plugins/export/exportgedcom.py @@ -48,6 +48,8 @@ from gramps.gen.lib import (AttributeType, ChildRefType, Citation, Date, from gramps.version import VERSION import gramps.plugins.lib.libgedcom as libgedcom from gramps.gen.errors import DatabaseError +# keep the following line even though not obviously used (works on import) +from gramps.gui.plug.export import WriterOptionBox from gramps.gen.updatecallback import UpdateCallback from gramps.gen.utils.file import media_path_full from gramps.gen.utils.place import conv_lat_lon