7258 7665: NameError: global name 'conv_to_unicode' is not defined
This commit is contained in:
parent
5dc84c83a9
commit
49e6469962
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user