From a61a47266819d7298fb0ea085f6ccb9313e25644 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 27 Dec 2009 13:49:15 +0000 Subject: [PATCH] Missing gettext svn: r13927 --- src/gen/db/base.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/gen/db/base.py b/src/gen/db/base.py index 9282957e2..6189081a4 100644 --- a/src/gen/db/base.py +++ b/src/gen/db/base.py @@ -24,6 +24,14 @@ Base class for the GRAMPS databases. All database interfaces should inherit from this class. """ + +#------------------------------------------------------------------------- +# +# Python libraries +# +#------------------------------------------------------------------------- +from gettext import gettext as _ + #------------------------------------------------------------------------- # # GRAMPS libraries