connectors/PYRO/__init__.py
changeset 3808 3e219f00151a
parent 3805 5a66d4be2e49
child 3881 0b3ac94f494c
equal deleted inserted replaced
3807:87f670154294 3808:3e219f00151a
    36 
    36 
    37 from runtime import PlcStatus
    37 from runtime import PlcStatus
    38 import importlib
    38 import importlib
    39 
    39 
    40 
    40 
    41 Pyro5.config.SERPENT_BYTES_REPR = True
    41 Pyro5.config.SERIALIZER = "msgpack"
       
    42 
    42 
    43 
    43 def PYRO_connector_factory(uri, confnodesroot):
    44 def PYRO_connector_factory(uri, confnodesroot):
    44     """
    45     """
    45     This returns the connector to Pyro style PLCobject
    46     This returns the connector to Pyro style PLCobject
    46     """
    47     """