summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/director_alternating_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/director_alternating_runme.py')
-rw-r--r--Examples/test-suite/python/director_alternating_runme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/python/director_alternating_runme.py b/Examples/test-suite/python/director_alternating_runme.py
index a93ffec34..dc85351b5 100644
--- a/Examples/test-suite/python/director_alternating_runme.py
+++ b/Examples/test-suite/python/director_alternating_runme.py
@@ -2,4 +2,4 @@ from director_alternating import *
id = getBar().id()
if id != idFromGetBar():
- raise RuntimeError, "Got wrong id: " + str(id)
+ raise RuntimeError("Got wrong id: " + str(id))