tests/win32/wxGlade/runtime.py
author b.taylor@willowglen.ca
Wed, 12 Aug 2009 13:40:20 -0600
branchcherry-pick
changeset 373 a7f26d9f214f
parent 315 408dd4b44ec8
permissions -rw-r--r--
fix pyZeroconf bug where getServiceInfo returns None.
This allows the discovery window to work with targets using Avahi to advertise their services.
(patch obtained from <http://sourceforge.net/tracker/?func=detail&aid=1600775&group_id=100909&atid=628622>)
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg