make it work with python 3 (thank you Benny)

svn: r20690
This commit is contained in:
Jérôme Rapinat 2012-11-21 16:03:08 +00:00
parent 2825502b18
commit a34af94a40

View File

@ -41,7 +41,7 @@ IGNORE = "HW~!@#$%^&*()_+=-`[]\|;:'/?.,<>\" \t\f\v"
TABLE = string.maketrans('ABCDEFGIJKLMNOPQRSTUVXYZ',
'012301202245501262301202')
from constfunc import conv_to_unicode_direct
from gramps.gen.constfunc import conv_to_unicode_direct
#-------------------------------------------------------------------------
#