diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-11 12:23:16 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-11 12:23:16 +0000 |
| commit | 51550aa81c726aedfa7159af0e67f8bcd5fb8a2f (patch) | |
| tree | 5a98de59b25874170e5e66d6cb3e82be399b0ec7 /lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | |
| parent | 64a7bd679d0a4a91699b8de9629b7c20de2fa5d7 (diff) | |
| download | enigma2-51550aa81c726aedfa7159af0e67f8bcd5fb8a2f.tar.gz enigma2-51550aa81c726aedfa7159af0e67f8bcd5fb8a2f.zip | |
fix some imports
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index a10d9394..dee1b0d2 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -1,15 +1,5 @@ -from Screens.Screen import Screen -from Plugins.Plugin import PluginDescriptor - from enigma import eTimer - -from Components.ActionMap import ActionMap -from Components.Label import Label -from Components.Pixmap import Pixmap -from Screens.MessageBox import MessageBox -from Screens.Setup import SetupSummary -from Components.ConfigList import ConfigListScreen -from Components.config import getConfigListEntry, config, ConfigSelection, ConfigSubDict, ConfigYesNo +from Components.config import config, ConfigSelection, ConfigSubDict, ConfigYesNo from Tools.CList import CList |
