UnicodeTranslationsTest.setUp(): Removed the coerce flag to the
GNUTranslations constructor.
This commit is contained in:
parent
e81866e7c6
commit
edb155fda1
|
@ -274,7 +274,7 @@ class UnicodeTranslationsTest(GettextBaseTest):
|
|||
GettextBaseTest.setUp(self)
|
||||
fp = open(UMOFILE, 'rb')
|
||||
try:
|
||||
self.t = gettext.GNUTranslations(fp, coerce=True)
|
||||
self.t = gettext.GNUTranslations(fp)
|
||||
finally:
|
||||
fp.close()
|
||||
self._ = self.t.ugettext
|
||||
|
|
Loading…
Reference in New Issue