connectors/PYRO/__init__.py
changeset 1832 0f1081928d65
parent 1830 e598d1acf354
child 1833 2269739dd098
equal deleted inserted replaced
1831:56b48961cc68 1832:0f1081928d65
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 
    25 
    26 from __future__ import print_function
    26 from __future__ import print_function
    27 import Pyro
       
    28 import Pyro.core
       
    29 import Pyro.util
       
    30 from Pyro.errors import PyroError
       
    31 import traceback
    27 import traceback
    32 from time import sleep
    28 from time import sleep
    33 import copy
    29 import copy
    34 import socket
    30 import socket
    35 import os.path
    31 import os.path
       
    32 
       
    33 import Pyro
       
    34 import Pyro.core
       
    35 import Pyro.util
       
    36 from Pyro.errors import PyroError
       
    37 
    36 
    38 
    37 service_type = '_PYRO._tcp.local.'
    39 service_type = '_PYRO._tcp.local.'
    38 # this module attribute contains a list of DNS-SD (Zeroconf) service types
    40 # this module attribute contains a list of DNS-SD (Zeroconf) service types
    39 # supported by this connector confnode.
    41 # supported by this connector confnode.
    40 #
    42 #