diff --git a/SWIG/Examples/test-suite/python/template_typedef_cplx_runme.py b/SWIG/Examples/test-suite/python/template_typedef_cplx_runme.py index f63b8fba9..276d4a210 100644 --- a/SWIG/Examples/test-suite/python/template_typedef_cplx_runme.py +++ b/SWIG/Examples/test-suite/python/template_typedef_cplx_runme.py @@ -12,7 +12,6 @@ except: print d, "is not an instance" raise RuntimeError -print '%s' % d s = string.split('%s' % d)[1] if string.find(s, 'ArithUnaryFunction') == -1: print d, "is not an ArithUnaryFunction"