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