Missing gettext
svn: r13927
This commit is contained in:
parent
bf944b0de3
commit
a61a472668
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user