From b9aafe5b499a8038b0b903c1676c607f0966f21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 15 Nov 2012 06:41:41 +0000 Subject: [PATCH] error with relative path (non-installed gramps package) svn: r20657 --- gramps/plugins/export/exportpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/export/exportpkg.py b/gramps/plugins/export/exportpkg.py index d57b40d54..26bed467e 100644 --- a/gramps/plugins/export/exportpkg.py +++ b/gramps/plugins/export/exportpkg.py @@ -63,7 +63,7 @@ from gi.repository import Gtk # #------------------------------------------------------------------------- from gramps.gui.plug.export import WriterOptionBox -from .exportxml import XmlWriter +from exportxml import XmlWriter from gramps.gen.utils.file import media_path_full, get_unicode_path_from_file_chooser from gramps.gen.constfunc import win