# HG changeset patch
# User b.taylor@willowglen.ca
# Date 1250115537 21600
# Node ID 9db62e0280f54a2ba54ee19eb5aa51c4c86bfa29
# Parent  53b00ff1b2d64b724071e8c5fd9551444f4c1330
remove code that i was using for testing.

diff -r 53b00ff1b2d6 -r 9db62e0280f5 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):