connectors/PYRO/__init__.py
changeset 1783 3311eea28d56
parent 1750 acf02488f37f
child 1826 91796f408540
equal deleted inserted replaced
1782:5b6ad7a7fd9d 1783:3311eea28d56
    28 from Pyro.errors import PyroError
    28 from Pyro.errors import PyroError
    29 import traceback
    29 import traceback
    30 from time import sleep
    30 from time import sleep
    31 import copy
    31 import copy
    32 import socket
    32 import socket
       
    33 import os.path
       
    34 
    33 service_type = '_PYRO._tcp.local.'
    35 service_type = '_PYRO._tcp.local.'
    34 import os.path
       
    35 # this module attribute contains a list of DNS-SD (Zeroconf) service types
    36 # this module attribute contains a list of DNS-SD (Zeroconf) service types
    36 # supported by this connector confnode.
    37 # supported by this connector confnode.
    37 #
    38 #
    38 # for connectors that do not support DNS-SD, this attribute can be omitted
    39 # for connectors that do not support DNS-SD, this attribute can be omitted
    39 # or set to an empty list.
    40 # or set to an empty list.