tests/win32/wxGlade/runtime.py
changeset 385 49cd52914a6f
parent 384 50f2069a06b3
child 386 2932b0dd437c
equal deleted inserted replaced
384:50f2069a06b3 385:49cd52914a6f
     1 import time,sys
       
     2 def myprintfunc(arg):
       
     3     print arg
       
     4     sys.stdout.flush()
       
     5     return arg