swig/SWIG/Examples/test-suite/python/director_frob_runme.py
Marcelo Matus f7a318c637 using better names for frob
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5664 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-01-22 00:41:37 +00:00

7 lines
113 B
Python

from frob import *
foo = Bravo();
s = foo.abs_method();
if s != "Bravo::abs_method()":
raise RuntimeError, s