mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
UnicodeTranslationsTest.setUp(): Removed the coerce flag to the
GNUTranslations constructor.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user