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

svn: r16884
This commit is contained in:
Peter Landgren 2011-03-22 15:59:20 +00:00
parent cc8ac0ef61
commit 86bd580652
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -33,7 +33,7 @@ Provides constants for other modules
import os import os
import sys import sys
import uuid import uuid
from gettext import gettext as _ from gen.gettext import sgettext as _
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #