summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/typemap_arrays_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/typemap_arrays_runme.py')
-rw-r--r--Examples/test-suite/python/typemap_arrays_runme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/python/typemap_arrays_runme.py b/Examples/test-suite/python/typemap_arrays_runme.py
index ea0f08d6b..7bc45f908 100644
--- a/Examples/test-suite/python/typemap_arrays_runme.py
+++ b/Examples/test-suite/python/typemap_arrays_runme.py
@@ -1,4 +1,4 @@
from typemap_arrays import *
if sumA(None) != 60:
- raise RuntimeError, "Sum is wrong"
+ raise RuntimeError("Sum is wrong")