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

GNUTranslations constructor.
This commit is contained in:
Barry Warsaw 2003-04-24 18:08:13 +00:00
parent e81866e7c6
commit edb155fda1
1 changed files with 1 additions and 1 deletions

View File

@ -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