* various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext
svn: r6282
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
import cPickle as pickle
|
||||
import os
|
||||
from xml.sax.saxutils import escape
|
||||
from TransUtils import sgettext as _
|
||||
from gettext import gettext as _
|
||||
import Utils
|
||||
import RelLib
|
||||
from time import strftime as strftime
|
||||
|
Reference in New Issue
Block a user