tests/linux/wxGlade/runtime.py
author b.taylor@willowglen.ca
Wed, 12 Aug 2009 16:23:59 -0600
changeset 378 75ae46b66315
parent 315 408dd4b44ec8
permissions -rw-r--r--
merged greg's recent commits
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg