beremiz

Parents 779e8dbf1ee1
Children 46df689dbc3b
PEP8 fix : ./connectors/PYRO/PSK_Adapter.py:49:1: E302 expected 2 blank lines, found 1
--- a/connectors/PYRO/PSK_Adapter.py Tue Apr 16 11:26:52 2019 +0200
+++ b/connectors/PYRO/PSK_Adapter.py Tue Apr 16 13:32:32 2019 +0200
@@ -53,6 +53,7 @@
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: