connectors/PYRO/PSK_Adapter.py
changeset 2598 46df689dbc3b
parent 2597 7e20fe7facd6
child 3750 f62625418bff
--- 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: