Commit 7fa9459b authored by Benjamin Peterson's avatar Benjamin Peterson

fix another name

parent 04232973
......@@ -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:
......
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