From 2825502b18f6e84016db93d1c4f0e13189f0684a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 21 Nov 2012 14:31:27 +0000 Subject: [PATCH] ImportError: No module named constfunc svn: r20689 --- gramps/gen/soundex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #------------------------------------------------------------------------- #