beremiz

add python_gear block (to execute python command each given cycle interval)
import time,sys
def myprintfunc(arg):
print arg
sys.stdout.flush()
return arg