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