make it work with python 3 (thank you Benny)
svn: r20690
This commit is contained in:
parent
2825502b18
commit
a34af94a40
@ -41,7 +41,7 @@ IGNORE = "HW~!@#$%^&*()_+=-`[]\|;:'/?.,<>\" \t\f\v"
|
|||||||
TABLE = string.maketrans('ABCDEFGIJKLMNOPQRSTUVXYZ',
|
TABLE = string.maketrans('ABCDEFGIJKLMNOPQRSTUVXYZ',
|
||||||
'012301202245501262301202')
|
'012301202245501262301202')
|
||||||
|
|
||||||
from constfunc import conv_to_unicode_direct
|
from gramps.gen.constfunc import conv_to_unicode_direct
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user