tests/python/runtime.py
author b.taylor@willowglen.ca
Wed, 12 Aug 2009 16:23:59 -0600
changeset 378 75ae46b66315
parent 291 701c0601db02
permissions -rw-r--r--
merged greg's recent commits
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg