diff -r 7e20fe7facd6 -r 46df689dbc3b connectors/PYRO/PSK_Adapter.py --- a/connectors/PYRO/PSK_Adapter.py Tue Apr 16 13:32:32 2019 +0200 +++ b/connectors/PYRO/PSK_Adapter.py Tue Apr 16 14:45:41 2019 +0200 @@ -46,6 +46,7 @@ print(str(e)) sslpsk = None + class PYROPSKAdapter(PYROAdapter): """ This is essentialy the same as in Pyro/protocol.py @@ -53,7 +54,6 @@ Pyro unfortunately doesn't allow cleaner customization """ - def bindToURI(self, URI): with self.lock: # only 1 thread at a time can bind the URI try: