From 9ce23844a186bb77a922e3240311e611c1fd1927 Mon Sep 17 00:00:00 2001 From: Collin Winter Date: Thu, 30 Aug 2007 01:19:48 +0000 Subject: Raise statement normalization in Lib/. --- Lib/macpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/macpath.py') diff --git a/Lib/macpath.py b/Lib/macpath.py index f54ffa07d7..5125f6b3ea 100644 --- a/Lib/macpath.py +++ b/Lib/macpath.py @@ -143,7 +143,7 @@ def normpath(s): i = i - 1 else: # best way to handle this is to raise an exception - raise norm_error, 'Cannot use :: immediately after volume name' + raise norm_error('Cannot use :: immediately after volume name') else: i = i + 1 -- cgit v1.2.1