Made a typo in commit 16884.

svn: r16888
This commit is contained in:
Peter Landgren 2011-03-22 18:03:07 +00:00
parent 86bd580652
commit 0664f3030e
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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