tests/python/runtime.py
author greg
Mon, 02 Mar 2009 09:23:34 +0100
changeset 318 b24790c748ae
parent 291 701c0601db02
permissions -rw-r--r--
updated : debian package scripts
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg