tests/wxGlade/runtime.py
author greg
Mon, 19 Jan 2009 13:11:20 +0100
changeset 308 d7b0b2d8854c
parent 305 6d2cc92eee0b
permissions -rw-r--r--
remove arg : self.runtime when create pluginroot instance in OnOpenProject and OnNewProject method from beremiz class
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg