# HG changeset patch # User Edouard Tisserant # Date 1555414352 -7200 # Node ID 7e20fe7facd6866610e5cf3cea1763d3dc159d7a # Parent 779e8dbf1ee1b7ca688cd1601bf4a4498faa9f2c PEP8 fix : ./connectors/PYRO/PSK_Adapter.py:49:1: E302 expected 2 blank lines, found 1 diff -r 779e8dbf1ee1 -r 7e20fe7facd6 connectors/PYRO/PSK_Adapter.py --- 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: