/trunk/Examples/test-suite/python/director_alternating_runme.py
# · Python · 5 lines · 4 code · 1 blank · 0 comment · 1 complexity · 436eac0dcf5708032e70acaf75b5b06f MD5 · raw file
- from director_alternating import *
- id = getBar().id()
- if id != idFromGetBar():
- raise RuntimeError, "Got wrong id: " + str(id)