aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/nxt-python-fantom/nxt/brick.py
diff options
context:
space:
mode:
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