summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'