summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/director_frob_runme.py
blob: 6c8fcad06bd73a07ebe7a30273eac871325915a1 (plain)
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)