* 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:
@ -31,7 +31,7 @@ import os
|
||||
from random import randint
|
||||
from tempfile import NamedTemporaryFile
|
||||
from tempfile import mkstemp
|
||||
from TransUtils import sgettext as _
|
||||
from gettext import gettext as _
|
||||
from PluginUtils import register_tool
|
||||
#
|
||||
# Interface to phpGedView
|
||||
|
Reference in New Issue
Block a user