summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/using_protected_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/using_protected_runme.py')
-rw-r--r--Examples/test-suite/python/using_protected_runme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/python/using_protected_runme.py b/Examples/test-suite/python/using_protected_runme.py
index 525a1cde4..dd477237e 100644
--- a/Examples/test-suite/python/using_protected_runme.py
+++ b/Examples/test-suite/python/using_protected_runme.py
@@ -4,4 +4,4 @@ f = FooBar()
f.x = 3
if f.blah(4) != 4:
- raise RuntimeError, "blah(int)"
+ raise RuntimeError("blah(int)")