From 601fe97b1de503ba01bb74c68c57db34b13d8622 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Mon, 17 Mar 2003 17:51:04 +0000 Subject: [PATCH] Removed spurious print statement. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4561 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/python/template_typedef_cplx_runme.py | 1 - 1 file changed, 1 deletion(-) 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"