Commit d7fb6760 authored by Jeremy Hylton's avatar Jeremy Hylton

Fix inconsistent mix of tabs and spaces that caused test to fail.

parent 62dba4c2
...@@ -31,4 +31,3 @@ for loc in candidate_locales: ...@@ -31,4 +31,3 @@ for loc in candidate_locales:
print "%r != %r" % (nl_radixchar, li_radixchar) print "%r != %r" % (nl_radixchar, li_radixchar)
if not saw_locale: if not saw_locale:
raise ImportError, "None of the listed locales found" raise ImportError, "None of the listed locales found"
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