dialogs/DiscoveryDialog.py
changeset 1738 d2e979738700
parent 1736 7e61baa047f0
child 1739 ec153828ded2
equal deleted inserted replaced
1737:a39c2918c015 1738:d2e979738700
    23 # along with this program; if not, write to the Free Software
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    25 
    25 
    26 import socket
    26 import socket
    27 import wx
    27 import wx
    28 import  wx.lib.mixins.listctrl  as  listmix
    28 import wx.lib.mixins.listctrl as listmix
    29 from util.Zeroconf import *
    29 from util.Zeroconf import *
    30 
    30 
    31 import connectors
    31 import connectors
    32 
    32 
    33 service_type = '_PYRO._tcp.local.'
    33 service_type = '_PYRO._tcp.local.'