tests/python/runtime.py
author lbessard
Tue, 20 Jan 2009 17:22:16 +0100
changeset 313 ef0b303d9535
parent 291 701c0601db02
permissions -rw-r--r--
Bug when try to launch wxGlade on Windows fixed
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg