/trunk/Examples/test-suite/python/director_alternating_runme.py

# · Python · 5 lines · 4 code · 1 blank · 0 comment · 1 complexity · 436eac0dcf5708032e70acaf75b5b06f MD5 · raw file

  1. from director_alternating import *
  2. id = getBar().id()
  3. if id != idFromGetBar():
  4. raise RuntimeError, "Got wrong id: " + str(id)