--- a/discovery.py Wed Aug 12 16:09:00 2009 -0600
+++ b/discovery.py Wed Aug 12 16:18:57 2009 -0600
@@ -108,7 +108,7 @@
self.Bind(wx.EVT_CLOSE, self.OnClose)
- type = "_WGPLC._tcp.local."
+ type = "_PYRO._tcp.local." self.browser = ServiceBrowser(self.zConfInstance, type, self)
def OnRefreshButton(self, event):