remove code that i was using for testing.
authorb.taylor@willowglen.ca
Wed, 12 Aug 2009 16:18:57 -0600
changeset 377 9db62e0280f5
parent 376 53b00ff1b2d6
child 378 75ae46b66315
remove code that i was using for testing.
discovery.py
--- 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)
 
     def RefreshList(self):
-        type = "_WGPLC._tcp.local."
+        type = "_PYRO._tcp.local."
         self.browser = ServiceBrowser(self.zConfInstance, type, self)        
 
     def OnRefreshButton(self, event):