X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fe3e42f417c8c735bdfd6f57799a2247477a0fda..ed40f6f85c9c07c3c1224ae20601082c0309a631:/lib/python/Screens/Standby.py diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index 7c06d79e..064171f1 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -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): @@ -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(" ")