summaryrefslogtreecommitdiffstats
path: root/Lib/test/time_hashlib.py
diff options
context:
space:
mode:
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 df12f83..d939463 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