make relative import more consistent (python3, convension)
svn: r20692
This commit is contained in:
parent
7deae0a996
commit
14dbae104f
@ -41,7 +41,7 @@ IGNORE = "HW~!@#$%^&*()_+=-`[]\|;:'/?.,<>\" \t\f\v"
|
|||||||
TABLE = string.maketrans('ABCDEFGIJKLMNOPQRSTUVXYZ',
|
TABLE = string.maketrans('ABCDEFGIJKLMNOPQRSTUVXYZ',
|
||||||
'012301202245501262301202')
|
'012301202245501262301202')
|
||||||
|
|
||||||
from gramps.gen.constfunc import conv_to_unicode_direct
|
from .constfunc import conv_to_unicode_direct
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user