Changed from gettext import gettext as _ to from gen.ggettext import sgettext as _

svn: r16886
This commit is contained in:
Peter Landgren 2011-03-22 16:00:30 +00:00
parent 940fe5d004
commit bd6707cbcc
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
# Standard Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from gen.gettext import sgettext as _
#-------------------------------------------------------------------------
#

View File

@ -23,7 +23,7 @@
# Standard Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from gen.gettext import sgettext as _
#-------------------------------------------------------------------------
#

View File

@ -23,7 +23,7 @@
# Standard Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from gen.gettext import sgettext as _
#-------------------------------------------------------------------------
#