From a34af94a406cc740666cf6c7e7cf34cae94091a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 21 Nov 2012 16:03:08 +0000 Subject: [PATCH] make it work with python 3 (thank you Benny) svn: r20690 --- 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 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 #------------------------------------------------------------------------- #