9824: pylint error: fix a missing error module

was pull request #284
This commit is contained in:
romjerome 2016-12-21 11:46:50 +01:00
parent 14142ff5e3
commit 34aefd9530

View File

@ -40,6 +40,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.sgettext
ngettext = glocale.translation.ngettext # else "nearby" comments are ignored
from gramps.gen.const import URL_MANUAL_PAGE
from gramps.gen.errors import WindowActiveError
from gramps.gui.plug import tool
from gramps.gen.plug.report import utils
from gramps.gui.editors import EditPerson, EditFamily