tests/python/runtime.py
author greg
Fri, 10 Apr 2009 07:53:42 +0200
changeset 335 c5f3f71e7260
parent 291 701c0601db02
permissions -rw-r--r--
fixed bug : buffer overflow when debugging PLC with python blocks
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg