hgext/zeroconf/Zeroconf.py
changeset 51863 f4733654f144
parent 51834 454feddab720
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
       
     1 from __future__ import annotations
       
     2 
     1 """ Multicast DNS Service Discovery for Python, v0.12
     3 """ Multicast DNS Service Discovery for Python, v0.12
     2     Copyright (C) 2003, Paul Scott-Murphy
     4     Copyright (C) 2003, Paul Scott-Murphy
     3 
     5 
     4     This module provides a framework for the use of DNS Service Discovery
     6     This module provides a framework for the use of DNS Service Discovery
     5     using IP multicast.  It has been tested against the JRendezvous
     7     using IP multicast.  It has been tested against the JRendezvous