From 49e6469962a3f0655673b9611ea3e21c6acc3a32 Mon Sep 17 00:00:00 2001 From: Human Date: Thu, 8 May 2014 16:05:37 +0200 Subject: [PATCH] 7258 7665: NameError: global name 'conv_to_unicode' is not defined --- gramps/plugins/tool/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/tool/check.py b/gramps/plugins/tool/check.py index a74e85a92..ce9ac77cd 100644 --- a/gramps/plugins/tool/check.py +++ b/gramps/plugins/tool/check.py @@ -76,7 +76,7 @@ from gramps.gui.plug import tool from gramps.gui.dialog import OkDialog, MissingMediaDialog from gramps.gen.display.name import displayer as _nd from gramps.gui.glade import Glade -from gramps.gen.constfunc import UNITYPE, cuni, handle2internal +from gramps.gen.constfunc import UNITYPE, cuni, handle2internal, conv_to_unicode # table for handling control chars in notes. # All except 09, 0A, 0D are replaced with space.