commit | a45cacfc1c4fb2b7b1b5c74e1f6b56d6ca2c9e4c | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Aug 20 03:47:14 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Aug 20 03:47:14 2004 +0000 |
tree | d6f8c90d17a1b690f15037493c348468cc14cd3f | |
parent | 8d7626c23f89cfed31b04a05c9ec2fba7e0a7bf4 [diff] [blame] |
Whitespace normalization.
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 @@ 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)