tests/python/runtime.py
author greg
Mon, 30 Mar 2009 17:04:30 +0200
changeset 329 22e65b8e20f4
parent 291 701c0601db02
permissions -rw-r--r--
add autostart plc feature for beremiz_service
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg