# HG changeset patch # User Edouard Tisserant # Date 1555591343 -7200 # Node ID 9944a18cad17a9d65d8463f61dc16d8ad0cf99ec # Parent 46df689dbc3b3a80d12026a7cf2b19134ace349b# Parent 0615137bf515e27ad48bcb6c3540ea1a68101ee6 Merged fix_PLC_runtime_shutdown diff -r 0615137bf515 -r 9944a18cad17 connectors/PYRO/PSK_Adapter.py --- a/connectors/PYRO/PSK_Adapter.py Thu Apr 18 14:41:21 2019 +0200 +++ b/connectors/PYRO/PSK_Adapter.py Thu Apr 18 14:42:23 2019 +0200 @@ -46,6 +46,7 @@ print(str(e)) sslpsk = None + class PYROPSKAdapter(PYROAdapter): """ This is essentialy the same as in Pyro/protocol.py