X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FPVRState.py;h=891379ca8a8578eb054ee9daab7e7b5550eba4b2;hp=8b90c420217321e9dfff63b87029e18497de0410;hb=574f425cc1ebece0aa5f09fb77a8cb7ad0310a1f;hpb=5a6bde9419249a78c957093e0cc438d7c6eeb46c diff --git a/lib/python/Screens/PVRState.py b/lib/python/Screens/PVRState.py index 8b90c42..891379c 100644 --- a/lib/python/Screens/PVRState.py +++ b/lib/python/Screens/PVRState.py @@ -8,5 +8,5 @@ class PVRState(Screen): self["state"] = Label(text="") class TimeshiftState(PVRState): - def __init__(self, session): - PVRState.__init__(self, session) + pass +