changeset 45 | 786b12887e91 |
parent 0 | 51f5a3138405 |
--- a/LPCconnector/LPCProto.py Mon Apr 29 17:29:59 2013 +0900 +++ b/LPCconnector/LPCProto.py Mon Apr 29 17:31:24 2013 +0900 @@ -14,7 +14,6 @@ class LPCProto: def __init__(self, port, rate, timeout): # serialize access lock - self.TransactionLock = Lock() if BMZ_DBG: # Debugging serial stuff self._serialPort = serial.Serial( port, rate, timeout = timeout, writeTimeout = timeout )