aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcusw2011-02-10 22:37:12 +0000
committermarcusw2011-02-10 22:37:12 +0000
commite9836adf54f61e1fc4d3fb939db99d37ee76a077 (patch)
treecbbaf9973927dac7194b1b10b12cd2d6d4bb16e0
parente41619b3e9e76e8d1cf0a455df251e8bb3a1b637 (diff)
Changed the RLock back to a Lock on rhn's suggestion.
-rw-r--r--nxt/brick.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxt/brick.py b/nxt/brick.py
index 8d41476..5054c8b 100644
--- a/nxt/brick.py
+++ b/nxt/brick.py
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
from time import sleep
-from threading import RLock
+from threading import Lock
from .error import FileNotFound, ModuleNotFound
from .telegram import OPCODES, Telegram
from .sensor import get_sensor