summaryrefslogtreecommitdiff
path: root/Lib/test/time_hashlib.py
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-08-29 23:37:32 +0000
committerCollin Winter <collinw@gmail.com>2007-08-29 23:37:32 +0000
commit03f6649445c535b585c00acd7a5fd3b7a3ae5018 (patch)
tree6719b71a07303286fa8ef3acd2bf48b5f621a19d /Lib/test/time_hashlib.py
parent44c8e4b776323e23a7173611c472fd4da04f6fae (diff)
downloadcpython-03f6649445c535b585c00acd7a5fd3b7a3ae5018.tar.gz
Raise statement normalization in Lib/test/.
Diffstat (limited to 'Lib/test/time_hashlib.py')
-rw-r--r--Lib/test/time_hashlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/time_hashlib.py b/Lib/test/time_hashlib.py
index df12f83d97..d939463063 100644
--- a/Lib/test/time_hashlib.py
+++ b/Lib/test/time_hashlib.py
@@ -6,7 +6,7 @@ import hashlib
def creatorFunc():
- raise RuntimeError, "eek, creatorFunc not overridden"
+ raise RuntimeError("eek, creatorFunc not overridden")
def test_scaled_msg(scale, name):
iterations = 106201/scale * 20