Commit edb155fd authored by Barry Warsaw's avatar Barry Warsaw

UnicodeTranslationsTest.setUp(): Removed the coerce flag to the

GNUTranslations constructor.
parent e81866e7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment