pep8 again...
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Tue, 16 Apr 2019 14:45:41 +0200
changeset 2598 46df689dbc3b
parent 2597 7e20fe7facd6
child 2606 9944a18cad17
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)
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: