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/VideoWizard.py | |
| parent | 64a7bd679d0a4a91699b8de9629b7c20de2fa5d7 (diff) | |
| download | enigma2-51550aa81c726aedfa7159af0e67f8bcd5fb8a2f.tar.gz enigma2-51550aa81c726aedfa7159af0e67f8bcd5fb8a2f.zip | |
fix some imports
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py index ae337ef1..5eef8cda 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py @@ -1,14 +1,11 @@ -from Screens.Wizard import wizardManager, WizardSummary +from Screens.Wizard import WizardSummary from Screens.WizardLanguage import WizardLanguage -import sys from VideoHardware import video_hw from Components.Pixmap import Pixmap, MovingPixmap from Components.config import config, ConfigBoolean, configfile -from Tools.Directories import resolveFilename, SCOPE_PLUGINS, SCOPE_SKIN_IMAGE -from enigma import eListboxPythonMultiContent, gFont, RT_HALIGN_LEFT -from Tools.LoadPixmap import LoadPixmap +from Tools.Directories import resolveFilename, SCOPE_PLUGINS config.misc.showtestcard = ConfigBoolean(default = False) |
