Missing gettext

svn: r13927
This commit is contained in:
Doug Blank 2009-12-27 13:49:15 +00:00
parent bf944b0de3
commit a61a472668

View File

@ -24,6 +24,14 @@
Base class for the GRAMPS databases. All database interfaces should inherit Base class for the GRAMPS databases. All database interfaces should inherit
from this class. from this class.
""" """
#-------------------------------------------------------------------------
#
# Python libraries
#
#-------------------------------------------------------------------------
from gettext import gettext as _
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# GRAMPS libraries # GRAMPS libraries