comparison hgext/zeroconf/Zeroconf.py @ 10288:e0121ad90b57

zeroconf: flag third-party Zeroconf.py for ignore in check-code
author Matt Mackall <mpm@selenic.com>
date Thu, 28 Jan 2010 22:44:25 -0600
parents b0d945b95105
children b8e3aeb7542c
comparison
equal deleted inserted replaced
10287:5da892be3497 10288:e0121ad90b57
1569 print " Query done." 1569 print " Query done."
1570 print "4. Testing unregister of service information..." 1570 print "4. Testing unregister of service information..."
1571 r.unregisterService(info) 1571 r.unregisterService(info)
1572 print " Unregister done." 1572 print " Unregister done."
1573 r.close() 1573 r.close()
1574
1575 # no-check-code