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

svn: r16885
This commit is contained in:
Peter Landgren 2011-03-22 15:59:59 +00:00
parent 09d0fe7be5
commit 940fe5d004

View File

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