Whitespace normalization.

This commit is contained in:
Tim Peters 2004-08-20 03:47:14 +00:00
parent 8d7626c23f
commit a45cacfc1c
7 changed files with 17 additions and 17 deletions

View file

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