summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2011-04-28 22:57:03 +0200
committerNicolas Schodet2011-04-29 19:22:09 +0200
commitde2a1e81eef5054725ae218afaf51dc8e06dedd0 (patch)
tree35fdb7279a02b388bbd0c3be25d335d8c75504af
parent022a832d4d7ea01ea888f47ba7ca1cc1536b74d1 (diff)
host/simu/view: remove useless import
-rw-r--r--host/simu/view/table_eurobot2010.py1
-rw-r--r--host/simu/view/table_eurobot2011.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/host/simu/view/table_eurobot2010.py b/host/simu/view/table_eurobot2010.py
index 2ef8de1f..4beb8be8 100644
--- a/host/simu/view/table_eurobot2010.py
+++ b/host/simu/view/table_eurobot2010.py
@@ -23,7 +23,6 @@
# }}}
"""Eurobot 2010 table."""
from simu.inter.drawable import Drawable
-from simu.utils.trans_matrix import TransMatrix
from math import pi
GREEN = '#00ad00'
diff --git a/host/simu/view/table_eurobot2011.py b/host/simu/view/table_eurobot2011.py
index 787c9359..f0a65ce1 100644
--- a/host/simu/view/table_eurobot2011.py
+++ b/host/simu/view/table_eurobot2011.py
@@ -23,7 +23,6 @@
# }}}
"""Eurobot 2011 table."""
from simu.inter.drawable import Drawable
-from simu.utils.trans_matrix import TransMatrix
from math import pi
RED = '#d42626'