tests/python/runtime.py
author greg
Sat, 04 Apr 2009 10:43:29 +0200
changeset 332 4f0e1d66bba5
parent 291 701c0601db02
permissions -rw-r--r--
add utf-8 and save shortcut support in PythonST
fixed bug execfile order (runtime.py / hmy.py) in PLCObject.py
Fixed bug with locale (wrong convertion "." to ",")
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg