summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/director_comparison_operators_runme.py
blob: e9bf9438d8a4a829cd349af862b16810aec5496e (plain)
1
2
3
4
5
6
7
8
9
10
11
import director_comparison_operators


class PyFoo(director_comparison_operators.Foo):
    pass


a = PyFoo()

if a.test() != "a=1,b=2":
    raise RuntimeError(a.test())