aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/Satfinder
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-26 13:38:45 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-26 13:38:45 +0000
commit2e62e4d78ea265cafc1021b46f3b35e55a2140dd (patch)
treeca76f45497ba1ee124bc098c16fd92025b332250 /lib/python/Plugins/SystemPlugins/Satfinder
parentb429ef9b494f2ea7a7ebc080fb642c5ae23c879d (diff)
downloadenigma2-2e62e4d78ea265cafc1021b46f3b35e55a2140dd.tar.gz
enigma2-2e62e4d78ea265cafc1021b46f3b35e55a2140dd.zip
remove unneeded imports
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Satfinder')
-rw-r--r--lib/python/Plugins/SystemPlugins/Satfinder/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
index fc1d3ab3..c3e270b1 100644
--- a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
@@ -1,4 +1,4 @@
-from enigma import eTimer, eDVBResourceManager,\
+from enigma import eDVBResourceManager,\
eDVBFrontendParametersSatellite, eDVBFrontendParameters
from Screens.Screen import Screen