import source from 1.3.40
[external/swig.git] / Examples / test-suite / python / template_extend2_runme.py
1 import template_extend2
2
3 a = template_extend2.lBaz()
4 b = template_extend2.dBaz()
5
6 if a.foo() != "lBaz::foo":
7     raise RuntimeError
8
9 if b.foo() != "dBaz::foo":
10     raise RuntimeError