summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/fvirtual_runme.py
blob: ada3313de853b8bc728de883b66fdcfeba2efc71 (plain)
1
2
3
4
5
6
7
8
9
from fvirtual import *

sw = NodeSwitch()
n = Node()
i = sw.addChild(n);

if i != 2:
  raise RuntimeError, "addChild"