tests/python/runtime.py
author beremiz
Wed, 12 Aug 2009 15:21:00 +0200
branchcherry-pick
changeset 671 6de6d6958efd
parent 291 701c0601db02
permissions -rw-r--r--
forgoten branch now closed
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg