tests/linux/wxGlade/runtime.py
author laurent
Mon, 21 Sep 2009 11:56:55 +0200
changeset 396 d1083f580ca1
parent 315 408dd4b44ec8
permissions -rw-r--r--
Many bugs on PLCOpenEditor integration fixed
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg