summaryrefslogtreecommitdiffhomepage
path: root/host/simu/view/table_eurobot2008.py
diff options
context:
space:
mode:
authorNicolas Schodet2009-04-30 23:59:34 +0200
committerNicolas Schodet2009-04-30 23:59:34 +0200
commit5039808c1c648f3aedf81e9e5fc2762d38c4d171 (patch)
treee97c208423af0d0293c042560d1408e364cb2566 /host/simu/view/table_eurobot2008.py
parent44d514491bcfaf34d207dc5e172349bea0f4d7b7 (diff)
* digital/io/tools, host/simu:
- added distance sensors and obstacles.
Diffstat (limited to 'host/simu/view/table_eurobot2008.py')
-rw-r--r--host/simu/view/table_eurobot2008.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/simu/view/table_eurobot2008.py b/host/simu/view/table_eurobot2008.py
index b956101a..afe8bc99 100644
--- a/host/simu/view/table_eurobot2008.py
+++ b/host/simu/view/table_eurobot2008.py
@@ -27,6 +27,9 @@ from simu.inter.drawable import Drawable
class Table (Drawable):
"""The table and its elements."""
+ def __init__ (self, onto, table_model):
+ Drawable.__init__ (self, onto)
+
def draw (self):
# Redraw.
self.reset ()