Loading Common/Servers/PyCalmux/src/Calmux/PyCalmuxImpl.py +0 −2 Original line number Diff line number Diff line Loading @@ -146,8 +146,6 @@ class PyCalmuxImpl(CalMux, cc, services, lcycle): s.sendall(command) time.sleep(0.1) response = s.recv(1024) s.close() response = response.strip().split() Loading Loading
Common/Servers/PyCalmux/src/Calmux/PyCalmuxImpl.py +0 −2 Original line number Diff line number Diff line Loading @@ -146,8 +146,6 @@ class PyCalmuxImpl(CalMux, cc, services, lcycle): s.sendall(command) time.sleep(0.1) response = s.recv(1024) s.close() response = response.strip().split() Loading