aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-11 12:23:16 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-11 12:23:16 +0000
commit51550aa81c726aedfa7159af0e67f8bcd5fb8a2f (patch)
tree5a98de59b25874170e5e66d6cb3e82be399b0ec7 /lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py
parent64a7bd679d0a4a91699b8de9629b7c20de2fa5d7 (diff)
downloadenigma2-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.py7
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)