cleanup some imports
[enigma2.git] / lib / python / Screens / TutorialWizard.py
index bab07f2021b92f0170033fe5498a52d29182d28d..c90ed365f929365bdfd0e482de1f950a8750cf28 100644 (file)
@@ -1,9 +1,7 @@
 from Wizard import Wizard, wizardManager
 
 from Components.config import ConfigBoolean, config
-from Components.Pixmap import *
-
-from LanguageSelection import LanguageSelection
+from Components.Pixmap import MovingPixmap
 
 config.misc.firstruntutorial = ConfigBoolean(default = True)