controls/DiscoveryPanel.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3876 7d83cd94e3cc
equal deleted inserted replaced
3751:a80a66ba52d6 3752:9f6f46dbe3ae
    22 # You should have received a copy of the GNU General Public License
    22 # You should have received a copy of the GNU General Public License
    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 
    26 
    27 
       
    28 import socket
    27 import socket
    29 from six.moves import xrange
       
    30 import wx
    28 import wx
    31 import wx.lib.mixins.listctrl as listmix
    29 import wx.lib.mixins.listctrl as listmix
    32 from zeroconf import ServiceBrowser, Zeroconf, get_all_addresses
    30 from zeroconf import ServiceBrowser, Zeroconf, get_all_addresses
    33 
    31 
    34 service_type = '_Beremiz._tcp.local.'
    32 service_type = '_Beremiz._tcp.local.'