diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-26 13:38:45 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-26 13:38:45 +0000 |
| commit | 2e62e4d78ea265cafc1021b46f3b35e55a2140dd (patch) | |
| tree | ca76f45497ba1ee124bc098c16fd92025b332250 /lib/python | |
| parent | b429ef9b494f2ea7a7ebc080fb642c5ae23c879d (diff) | |
| download | enigma2-2e62e4d78ea265cafc1021b46f3b35e55a2140dd.tar.gz enigma2-2e62e4d78ea265cafc1021b46f3b35e55a2140dd.zip | |
remove unneeded imports
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/Renderer/Picon.py | 2 | ||||
| -rw-r--r-- | lib/python/Components/Sources/FrontendInfo.py | 1 | ||||
| -rw-r--r-- | lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py | 2 | ||||
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Satfinder/plugin.py | 2 | ||||
| -rw-r--r-- | lib/python/Screens/About.py | 1 | ||||
| -rw-r--r-- | lib/python/Screens/Dish.py | 1 |
6 files changed, 3 insertions, 6 deletions
diff --git a/lib/python/Components/Renderer/Picon.py b/lib/python/Components/Renderer/Picon.py index 4faf4e40..d5212638 100644 --- a/lib/python/Components/Renderer/Picon.py +++ b/lib/python/Components/Renderer/Picon.py @@ -3,7 +3,7 @@ ## from Renderer import Renderer from enigma import ePixmap -from Tools.Directories import pathExists, fileExists, SCOPE_SKIN_IMAGE, resolveFilename +from Tools.Directories import fileExists, SCOPE_SKIN_IMAGE, resolveFilename class Picon(Renderer): searchPaths = ['/usr/share/enigma2/%s/', diff --git a/lib/python/Components/Sources/FrontendInfo.py b/lib/python/Components/Sources/FrontendInfo.py index e0df49db..142573c9 100644 --- a/lib/python/Components/Sources/FrontendInfo.py +++ b/lib/python/Components/Sources/FrontendInfo.py @@ -1,5 +1,4 @@ from Source import Source -from enigma import eTimer class FrontendInfo(Source): def __init__(self, service_source = None, frontend_source = None): diff --git a/lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py b/lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py index e44c71f0..69e10971 100644 --- a/lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py +++ b/lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py @@ -1,5 +1,5 @@ from Screens.Ci import MMIDialog -from enigma import eTimer, eSocket_UI +from enigma import eSocket_UI class SocketMMIMessageHandler: def __init__(self): 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 diff --git a/lib/python/Screens/About.py b/lib/python/Screens/About.py index 8db58e73..0e77aba7 100644 --- a/lib/python/Screens/About.py +++ b/lib/python/Screens/About.py @@ -1,7 +1,6 @@ from Screen import Screen from Components.ActionMap import ActionMap from Components.Sources.StaticText import StaticText -from Components.Sources.Source import ObsoleteSource from Components.Harddisk import Harddisk from Components.NimManager import nimmanager from Components.About import about diff --git a/lib/python/Screens/Dish.py b/lib/python/Screens/Dish.py index 67dd2485..da759b5e 100644 --- a/lib/python/Screens/Dish.py +++ b/lib/python/Screens/Dish.py @@ -2,7 +2,6 @@ from Screen import Screen from Components.BlinkingPixmap import BlinkingPixmapConditional from Components.Pixmap import Pixmap -from Components.Button import Button from Components.config import config from enigma import eDVBSatelliteEquipmentControl |
