diff options
Diffstat (limited to 'Lib/test/test__locale.py')
-rw-r--r-- | Lib/test/test__locale.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test__locale.py b/Lib/test/test__locale.py index c113c63..97aaef8 100644 --- a/Lib/test/test__locale.py +++ b/Lib/test/test__locale.py @@ -33,6 +33,6 @@ try: if nl_radixchar != li_radixchar: print "%r != %r" % (nl_radixchar, li_radixchar) if not saw_locale: - raise ImportError, "None of the listed locales found" + raise ImportError, "None of the listed locales found" finally: setlocale(LC_NUMERIC, oldlocale) |