From: Benjamin Peterson Date: Thu, 26 Mar 2009 21:44:43 +0000 (+0000) Subject: fix another name X-Git-Tag: v2.7a1~1778 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fa9459baf34371f8f9e9965afbca0cc4d253c23;p=python fix another name --- diff --git a/Lib/test/test_locale.py b/Lib/test/test_locale.py index 2b27bac389..180f4030dc 100644 --- a/Lib/test/test_locale.py +++ b/Lib/test/test_locale.py @@ -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: