fix another name

This commit is contained in:
Benjamin Peterson 2009-03-26 21:44:43 +00:00
parent 04232973b7
commit 7fa9459baf
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ def test_main():
# SkipTest can't be raised inside unittests, handle it manually instead
try:
get_enUS_locale()
except SkipTest as e:
except unittest.SkipTest as e:
if verbose:
print "Some tests will be disabled: %s" % e
else: