diff --git a/gramps/gen/soundex.py b/gramps/gen/soundex.py index 9fcae81a7..6267e6a0e 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 constfunc import conv_to_unicode_direct #------------------------------------------------------------------------- #