1 2 3 4 5 6 7
from director_frob import * foo = Bravo(); s = foo.abs_method(); if s != "Bravo::abs_method()": raise RuntimeError, s