summaryrefslogtreecommitdiff
path: root/nxt-python-fantom/nxt/brick.py
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-05-05 14:19:14 +0800
committerTat-Chee Wan (USM)2011-05-05 14:19:14 +0800
commitb8c8045ffdff1e0d5337398563ed6b86d3661040 (patch)
treef127b29d0878a339d07b394f5e68ede5ec4d2928 /nxt-python-fantom/nxt/brick.py
parent849bb04045a9c458420e210414b5a4d211cde76d (diff)
modified recv() to accept a buffer length argument in usbsock.py
Diffstat (limited to 'nxt-python-fantom/nxt/brick.py')
-rw-r--r--nxt-python-fantom/nxt/brick.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nxt-python-fantom/nxt/brick.py b/nxt-python-fantom/nxt/brick.py
index 740ccbd..240ba27 100644
--- a/nxt-python-fantom/nxt/brick.py
+++ b/nxt-python-fantom/nxt/brick.py
@@ -217,6 +217,7 @@ class Brick(object): #TODO: this begs to have explicit methods
sleep(duration / 1000.0)
def __del__(self):
+ print "Deleting Brick"
self.sock.close()
find_files = FileFinder