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

@@ -33,7 +33,8 @@ This module provides the functions to build the quick report context menu's
#------------------------------------------------------------------------
from __future__ import print_function
from gramps.gen.ggettext import gettext as _
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.get_translation().gettext
import sys
if sys.version_info[0] < 3:
from StringIO import StringIO