tests/python/runtime.py
author b.taylor@willowglen.ca
Wed, 12 Aug 2009 16:18:57 -0600
changeset 377 9db62e0280f5
parent 291 701c0601db02
permissions -rw-r--r--
remove code that i was using for testing.
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg