connectors/PYRO/__init__.py
changeset 1736 7e61baa047f0
parent 1731 6ebd9c40b2be
child 1744 69dfdb26f600
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    35 # this module attribute contains a list of DNS-SD (Zeroconf) service types
    35 # this module attribute contains a list of DNS-SD (Zeroconf) service types
    36 # supported by this connector confnode.
    36 # supported by this connector confnode.
    37 #
    37 #
    38 # for connectors that do not support DNS-SD, this attribute can be omitted
    38 # for connectors that do not support DNS-SD, this attribute can be omitted
    39 # or set to an empty list.
    39 # or set to an empty list.
       
    40 
    40 
    41 
    41 def PYRO_connector_factory(uri, confnodesroot):
    42 def PYRO_connector_factory(uri, confnodesroot):
    42     """
    43     """
    43     This returns the connector to Pyro style PLCobject
    44     This returns the connector to Pyro style PLCobject
    44     """
    45     """