tests/python/runtime.py
author etisserant
Mon, 19 Jan 2009 08:32:11 +0100
changeset 302 d962b3d503b5
parent 291 701c0601db02
permissions -rw-r--r--
Enhanced wxGlade GUI creation.
- Frame object name now have same name as in editor
- Closing the frame replace object by None, warn user, and recreate frame
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg