beremiz

9db62e0280f5
Parents 53b00ff1b2d6
Children 75ae46b66315
remove code that i was using for testing.
  • +1 -1
    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):