diff --git a/gramps/gen/soundex.py b/gramps/gen/soundex.py index 6267e6a0e..04f90bc66 100644 --- a/gramps/gen/soundex.py +++ b/gramps/gen/soundex.py @@ -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 #------------------------------------------------------------------------- #