tests/python/runtime.py
author greg
Tue, 31 Mar 2009 09:33:10 +0200
changeset 330 fdf81615ed04
parent 291 701c0601db02
permissions -rw-r--r--
add autostart plc feature for beremiz_service (bug fixed)
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg