From 5039808c1c648f3aedf81e9e5fc2762d38c4d171 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 30 Apr 2009 23:59:34 +0200 Subject: * digital/io/tools, host/simu: - added distance sensors and obstacles. --- host/simu/view/table_eurobot2008.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/simu/view/table_eurobot2008.py') 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 () -- cgit v1.2.3