tests/python/runtime.py
author etisserant
Mon, 19 Jan 2009 10:08:45 +0100
changeset 307 b80d3a84b8bf
parent 291 701c0601db02
permissions -rw-r--r--
Updated config_utils so that command line tests work.
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg