git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5665 626c5289-ae23-0410-ae9c-e8d60b6d4f22
7 lines
122 B
Python
7 lines
122 B
Python
from director_frob import *
|
|
|
|
foo = Bravo();
|
|
s = foo.abs_method();
|
|
|
|
if s != "Bravo::abs_method()":
|
|
raise RuntimeError, s
|