From 3add4d78ff9f5de02e2c0de09efe9a9b5317539f Mon Sep 17 00:00:00 2001 From: Collin Winter Date: Wed, 29 Aug 2007 23:37:32 +0000 Subject: Raise statement normalization in Lib/test/. --- Lib/test/leakers/test_gestalt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/leakers') diff --git a/Lib/test/leakers/test_gestalt.py b/Lib/test/leakers/test_gestalt.py index 46bfcc806d..e0081c1fc5 100644 --- a/Lib/test/leakers/test_gestalt.py +++ b/Lib/test/leakers/test_gestalt.py @@ -1,7 +1,7 @@ import sys if sys.platform != 'darwin': - raise ValueError, "This test only leaks on Mac OS X" + raise ValueError("This test only leaks on Mac OS X") def leak(): # taken from platform._mac_ver_lookup() -- cgit v1.2.1