add missing import
[enigma2.git] / lib / python / Screens / Standby.py
index 064171f151eff5628fe39a3c148875e963936992..cbd123aebc217b67558359fa30e4c7325d97abfb 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 Components.ActionMap import ActionMap
 from Components.config import config
 from Components.AVSwitch import AVSwitch
-from enigma import eDVBVolumecontrol, eDBoxLCD
+from enigma import eDVBVolumecontrol, eDBoxLCD, eServiceReference
 
 class Standby(Screen):
        def Power(self):
 
 class Standby(Screen):
        def Power(self):