tests/python/runtime.py
author lbessard
Thu, 15 Jan 2009 10:05:07 +0100
changeset 294 39b3d4a2195b
parent 291 701c0601db02
permissions -rw-r--r--
Fix problem with embeddedimage module not present in wx versions older than 2.8.8.0
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg