GrampsLocale: Remove ggettext

svn: r21144
This commit is contained in:
John Ralls
2013-01-17 19:46:55 +00:00
parent d3c2a8a490
commit ef6892abbd
623 changed files with 1291 additions and 738 deletions

View File

@@ -38,7 +38,8 @@ import sys
# Gramps Modules
#
#------------------------------------------------------------------------
from gramps.gen.ggettext import gettext as _
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.get_translation().gettext
from gramps.gen.user import User
#------------------------------------------------------------------------