summaryrefslogtreecommitdiff
path: root/Lib/macpath.py
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-08-30 01:19:48 +0000
committerCollin Winter <collinw@gmail.com>2007-08-30 01:19:48 +0000
commit9ce23844a186bb77a922e3240311e611c1fd1927 (patch)
tree657f23715b7a10756283fab03a2cd93af70f9e21 /Lib/macpath.py
parent26261c759cc8f7775561c6e9eb69accf0c7a1930 (diff)
downloadcpython-9ce23844a186bb77a922e3240311e611c1fd1927.tar.gz
Raise statement normalization in Lib/.
Diffstat (limited to 'Lib/macpath.py')
-rw-r--r--Lib/macpath.py2
1 files changed, 1 insertions, 1 deletions
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