small optimizations and cleanups by Moritz Venn
[vuplus_dvbapp] / lib / python / Screens / PVRState.py
index 8b90c42..891379c 100644 (file)
@@ -8,5 +8,5 @@ class PVRState(Screen):
                self["state"] = Label(text="")
 
 class TimeshiftState(PVRState):
-       def __init__(self, session):
-               PVRState.__init__(self, session)
+       pass
+