Files

8 lines
122 B
Python
Raw Permalink Normal View History

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