diff --git a/gramps/gen/soundex.py b/gramps/gen/soundex.py index 04f90bc66..412cd9f4c 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 gramps.gen.constfunc import conv_to_unicode_direct +from .constfunc import conv_to_unicode_direct #------------------------------------------------------------------------- #