summaryrefslogtreecommitdiff
path: root/host/simu/view/table_eurobot2008.py
diff options
context:
space:
mode:
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 ()