aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-12-19 21:23:03 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-12-19 21:23:03 +0000
commit99a4ef198050c2c727029c7ff2627136cbfd5e73 (patch)
tree4fcc4dee7a1c34c23be5d928769016adfc84ee1f /lib/python
parentdff52e1ae2d2c052c112618df267af0cb9155443 (diff)
downloadenigma2-99a4ef198050c2c727029c7ff2627136cbfd5e73.tar.gz
enigma2-99a4ef198050c2c727029c7ff2627136cbfd5e73.zip
add missing import
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Standby.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py
index 064171f1..cbd123ae 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 eDVBVolumecontrol, eDBoxLCD
+from enigma import eDVBVolumecontrol, eDBoxLCD, eServiceReference
class Standby(Screen):
def Power(self):