runtime/ServicePublisher.py
changeset 1732 94ffe74e6895
parent 1730 64d8f52bc8c8
child 1734 750eeb7230a1
equal deleted inserted replaced
1731:6ebd9c40b2be 1732:94ffe74e6895
    19 
    19 
    20 # You should have received a copy of the GNU Lesser General Public
    20 # You should have received a copy of the GNU Lesser General Public
    21 # License along with this library; if not, write to the Free Software
    21 # License along with this library; if not, write to the Free Software
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    23 
    23 
    24 import socket, threading
    24 import socket
       
    25 import threading
    25 from util import Zeroconf
    26 from util import Zeroconf
    26 
    27 
    27 service_type = '_PYRO._tcp.local.'
    28 service_type = '_PYRO._tcp.local.'
    28 
    29 
    29 class ServicePublisher():
    30 class ServicePublisher():