tests/win32/wxGlade/runtime.py
author greg
Mon, 16 Feb 2009 13:45:42 +0100
changeset 315 408dd4b44ec8
permissions -rw-r--r--
Dispatch wxGlade tests in linux and win32 folders
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg