X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/af399f0121b6b53944f9a09a83e6ced078dc0ef3..574f425cc1ebece0aa5f09fb77a8cb7ad0310a1f:/lib/python/Screens/PVRState.py?ds=sidebyside 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 +