hgext/zeroconf/__init__.py
changeset 7874 d812029cda85
parent 7845 c2cd8d772805
child 8003 14f27921932a
--- a/hgext/zeroconf/__init__.py	Mon Mar 23 13:12:07 2009 +0100
+++ b/hgext/zeroconf/__init__.py	Mon Mar 23 13:13:02 2009 +0100
@@ -131,7 +131,7 @@
 def getzcpaths():
     server = Zeroconf.Zeroconf()
     l = listener()
-    browser = Zeroconf.ServiceBrowser(server, "_hg._tcp.local.", l)
+    Zeroconf.ServiceBrowser(server, "_hg._tcp.local.", l)
     time.sleep(1)
     server.close()
     for v in l.found.values():