X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FPVRState.py;h=891379ca8a8578eb054ee9daab7e7b5550eba4b2;hb=45aefe230c922417067e3409039e4372340e894f;hp=8b90c420217321e9dfff63b87029e18497de0410;hpb=af399f0121b6b53944f9a09a83e6ced078dc0ef3;p=vuplus_dvbapp 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 +