X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/af399f0121b6b53944f9a09a83e6ced078dc0ef3..0cb206d2c07cb9e4130e13234e3fd59b127421a8:/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 +