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

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

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