aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/nxt-python-fantom/nxt/brick.py
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-05-05 14:19:57 +0800
committerTat-Chee Wan (USM)2011-05-05 14:19:57 +0800
commit95844a4c56675f5130893ef0c52caa58567cb352 (patch)
treee7d34ce728be74b678b3f28870cbb4d1f465240e /AT91SAM7S256/armdebug/nxt-python-fantom/nxt/brick.py
parenta37cdc84494a314a1f67701c0c1beafc6c98c034 (diff)
parentb8c8045ffdff1e0d5337398563ed6b86d3661040 (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
Diffstat (limited to 'AT91SAM7S256/armdebug/nxt-python-fantom/nxt/brick.py')
-rw-r--r--AT91SAM7S256/armdebug/nxt-python-fantom/nxt/brick.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/AT91SAM7S256/armdebug/nxt-python-fantom/nxt/brick.py b/AT91SAM7S256/armdebug/nxt-python-fantom/nxt/brick.py
index 740ccbd..240ba27 100644
--- a/AT91SAM7S256/armdebug/nxt-python-fantom/nxt/brick.py
+++ b/AT91SAM7S256/armdebug/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