pep8 again...
./connectors/PYRO/PSK_Adapter.py:49:1: E302 expected 2 blank lines, found 1
./connectors/PYRO/PSK_Adapter.py:57:5: E303 too many blank lines (2)
--- 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: