]> granicus.if.org Git - python/commitdiff
fix another name
authorBenjamin Peterson <benjamin@python.org>
Thu, 26 Mar 2009 21:44:43 +0000 (21:44 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 26 Mar 2009 21:44:43 +0000 (21:44 +0000)
Lib/test/test_locale.py

index 2b27bac389477080fe81b9f3afb8939b943064bc..180f4030dc27fc81ed480013e7d4354c5b154f96 100644 (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: