tests/linux/wxGlade/runtime.py
author laurent
Wed, 02 Sep 2009 13:38:47 +0200
changeset 386 2932b0dd437c
parent 315 408dd4b44ec8
permissions -rw-r--r--
Applying patch from Iztok for old gcc versions
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg