some python import cleanups
[enigma2.git] / lib / python / Screens / Standby.py
index 217f334c689e33c6cd0951c0b2d9c353c55a2567..064171f151eff5628fe39a3c148875e963936992 100644 (file)
@@ -2,7 +2,7 @@ from Screen import Screen
 from Components.ActionMap import ActionMap
 from Components.config import config
 from Components.AVSwitch import AVSwitch
-from enigma import *
+from enigma import eDVBVolumecontrol, eDBoxLCD
 
 class Standby(Screen):
        def Power(self):
@@ -41,7 +41,7 @@ class Standby(Screen):
                self["actions"] = ActionMap( [ "StandbyActions" ],
                {
                        "power": self.Power
-               })
+               }, -1)
 
                #mute adc
                self.setMute()
@@ -51,5 +51,3 @@ class Standby(Screen):
                self.avswitch.setInput("SCART")
                #set lcd brightness to standby value
                eDBoxLCD.getInstance().setLCDBrightness(config.lcd.standby.value * 20)
-               #clear lcd (servicename)
-               setLCD("                             ")