swig/Examples/test-suite/python/director_frob_runme.py
2004-01-22 00:52:06 +00:00

7 lines
122 B
Python

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