summaryrefslogtreecommitdiff
path: root/host/simu/view/table_eurobot2008.py
diff options
context:
space:
mode:
authorNicolas Schodet2009-05-03 00:19:39 +0200
committerNicolas Schodet2009-05-03 00:19:39 +0200
commit3bac494997ef87da511669d75b01de6f1f5711e9 (patch)
tree39f8b75d5f5d3919ff6be538e2eba4b78b9db351 /host/simu/view/table_eurobot2008.py
parentcab14d84256329f483c53f658a205415a5c029f4 (diff)
* host/simu:
- added Eurobot 2009 table.
Diffstat (limited to 'host/simu/view/table_eurobot2008.py')
-rw-r--r--host/simu/view/table_eurobot2008.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/simu/view/table_eurobot2008.py b/host/simu/view/table_eurobot2008.py
index afe8bc99..71341490 100644
--- a/host/simu/view/table_eurobot2008.py
+++ b/host/simu/view/table_eurobot2008.py
@@ -97,5 +97,5 @@ class Table (Drawable):
if __name__ == '__main__':
from simu.inter.inter import Inter
app = Inter ()
- Table (app.table_view)
+ Table (app.table_view, None)
app.mainloop ()