tests/python/runtime.py
author greg
Mon, 18 May 2009 07:43:03 +0200
changeset 343 fe2d1936b546
parent 291 701c0601db02
permissions -rw-r--r--
Add try/except in wx_evaluator to get and print exception when command failed and unlock in all cases to not block the python thread
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg