tests/python/runtime.py
author greg
Mon, 04 May 2009 09:27:33 +0200
changeset 338 e19c78831d41
parent 291 701c0601db02
permissions -rw-r--r--
Adding support for enable/Disable plugins
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg