From de2a1e81eef5054725ae218afaf51dc8e06dedd0 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 28 Apr 2011 22:57:03 +0200 Subject: host/simu/view: remove useless import --- host/simu/view/table_eurobot2010.py | 1 - host/simu/view/table_eurobot2011.py | 1 - 2 files changed, 2 deletions(-) (limited to 'host') 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' -- cgit v1.2.3