add missing gettext import

svn: r9307
This commit is contained in:
James G Sack 2007-11-06 08:18:18 +00:00
parent 9a9ad2d44e
commit 013b725dc1
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-11-05 Jim Sack <jgsack@san.rr.com>
* src/gen/proxy/dbbase.py
add missing gettext import (noticed by chance)
2007-11-05 Jim Sack <jgsack@san.rr.com> 2007-11-05 Jim Sack <jgsack@san.rr.com>
* src/test/test/test_util_test.py fix subtle error in test 2a * src/test/test/test_util_test.py fix subtle error in test 2a
* src/GrampsDbUtils/test/_GedcomChar_test.py add for testing next * src/GrampsDbUtils/test/_GedcomChar_test.py add for testing next

View File

@ -27,6 +27,9 @@ Proxy class for the GRAMPS databases. Filter out all data marked private.
__author__ = "Brian Matherly" __author__ = "Brian Matherly"
__revision__ = "$Revision: 8864 $" __revision__ = "$Revision: 8864 $"
from gettext import gettext as _
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# GRAMPS libraries # GRAMPS libraries