X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/db3210090df08c276af7ac14cdfe7b09214a3dbd..cffee89d7b3567ee92901f6963108c33ea3ac469:/lib/python/Screens/Screen.py diff --git a/lib/python/Screens/Screen.py b/lib/python/Screens/Screen.py index 0727f78b..b581e62b 100644 --- a/lib/python/Screens/Screen.py +++ b/lib/python/Screens/Screen.py @@ -5,7 +5,8 @@ from Components.Sources.Source import Source import sys class Screen(dict, HTMLSkin, GUISkin): - """ bla """ + + ALLOW_SUSPEND = False def __init__(self, session): self.skinName = self.__class__.__name__