beremiz
Clone
Summary
Browse
Changes
Graph
close ZeroConf object when exiting the Service Discovery window.
2009-07-06, btaylor
19db1076e93c
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