From 0b2aab53eeac92fb6873d0b3a1e026c587b81e74 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sat, 24 Dec 2016 16:22:44 -0800 Subject: [PATCH] restore the ImportInfo to the new Pro-Gen importer --- gramps/plugins/importer/importprogen.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gramps/plugins/importer/importprogen.py b/gramps/plugins/importer/importprogen.py index 02af3d24d..42b41e269 100644 --- a/gramps/plugins/importer/importprogen.py +++ b/gramps/plugins/importer/importprogen.py @@ -58,6 +58,7 @@ from gramps.gen.lib import (Address, Attribute, AttributeType, ChildRef, Citatio Place, PlaceName, Source, SrcAttribute, Surname, Tag) from gramps.gen.utils.id import create_id from gramps.gui.utils import ProgressMeter +from gramps.gen.utils.libformatting import ImportInfo class ProgenError(Exception): """ @@ -88,6 +89,7 @@ def _importData(database, filename, user): except IOError as msg: user.notify_error(_("%s could not be opened") % filename, str(msg)) return + return ImportInfo({_("Results"): _("done")}) def _find_from_handle(progen_id, table): """