From 7dd17279ad91c8abe8cbd6ffdc42f2180dcb30a9 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 5 May 2006 23:24:58 +0000 Subject: [PATCH] remove debug git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9091 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/python/director_string_runme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/SWIG/Examples/test-suite/python/director_string_runme.py b/SWIG/Examples/test-suite/python/director_string_runme.py index 6b225df33..f2db416ca 100644 --- a/SWIG/Examples/test-suite/python/director_string_runme.py +++ b/SWIG/Examples/test-suite/python/director_string_runme.py @@ -8,6 +8,7 @@ class B(A): return A.get_first(self) + " world!" def process_text(self, string): + A.process_text(self, string) self.smem = "hello"