beremiz

fixed bug : buffer overflow when debugging PLC with python blocks
import time,sys
def myprintfunc(arg):
print arg
sys.stdout.flush()
return arg