tests/linux/wxGlade/runtime.py
author laurent
Thu, 08 Oct 2009 11:09:01 +0200
changeset 410 092e33606e51
parent 315 408dd4b44ec8
permissions -rw-r--r--
Remove testing printings in svgui module of python plugin
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg