summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/director_frob_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/director_frob_runme.py')
-rw-r--r--Examples/test-suite/python/director_frob_runme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/python/director_frob_runme.py b/Examples/test-suite/python/director_frob_runme.py
index 0ef4ad900..6c8fcad06 100644
--- a/Examples/test-suite/python/director_frob_runme.py
+++ b/Examples/test-suite/python/director_frob_runme.py
@@ -4,4 +4,4 @@ foo = Bravo()
s = foo.abs_method()
if s != "Bravo::abs_method()":
- raise RuntimeError, s
+ raise RuntimeError(s)