X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/af399f0121b6b53944f9a09a83e6ced078dc0ef3..6ea64f6225d623a23fee4d16965111e26ee74ffa:/lib/python/Screens/PVRState.py diff --git a/lib/python/Screens/PVRState.py b/lib/python/Screens/PVRState.py index 8b90c420..891379ca 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 +