tests/python/runtime.py
author 'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>'
Fri, 10 Jul 2009 11:39:43 +0200
changeset 359 8049afde06ab
parent 291 701c0601db02
permissions -rw-r--r--
prevent eclipse to push .project with .hgignore
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg