fix movie context menu
[enigma2.git] / lib / python / Screens / PVRState.py
1 from Screen import Screen
2
3 from Components.Label import Label
4
5 from enigma import *
6
7 class PVRState(Screen):
8         def __init__(self, session):
9                 Screen.__init__(self, session)
10                 
11                 self["state"] = Label(text="blub")