add missing gettext import
svn: r9307
This commit is contained in:
parent
9a9ad2d44e
commit
013b725dc1
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user