tests/python/runtime.py
author lbessard
Mon, 23 Mar 2009 16:20:05 +0100
changeset 322 b8ae0580565c
parent 291 701c0601db02
permissions -rw-r--r--
Make 'runtime.py' and 'hmi.py' executed independantly
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg