tests/python/runtime.py
author btaylor@grond.willowglen.ab.ca
Mon, 06 Jul 2009 11:27:06 -0600
changeset 357 19db1076e93c
parent 291 701c0601db02
permissions -rw-r--r--
close ZeroConf object when exiting the Service Discovery window.
(otherwise pythonw.exe does not exit when closing Beremiz on Windows)
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg