tests/python/runtime.py
author etisserant
Mon, 19 Jan 2009 08:38:33 +0100
changeset 303 453487dba0a6
parent 291 701c0601db02
permissions -rw-r--r--
Added wxInspector feature to play with wxGlade GUI more easily.
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg