tests/python/runtime.py
author lbessard
Tue, 20 Jan 2009 15:04:41 +0100
changeset 311 c44484c3429f
parent 291 701c0601db02
permissions -rw-r--r--
Bug on Windows fixed
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg