X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/54042f13aaa98b655f0dfa907ef326430ec65d39..5274c69abf4cb2b99ab9d92ac0081c0ec49bd2e4:/lib/python/Screens/Screen.py diff --git a/lib/python/Screens/Screen.py b/lib/python/Screens/Screen.py index 585f15cf..4c4f117b 100644 --- a/lib/python/Screens/Screen.py +++ b/lib/python/Screens/Screen.py @@ -1,9 +1,13 @@ -from Components.HTMLSkin import HTMLSkin +from Tools.Profile import profile, profile_final + +profile("LOAD:GUISkin") from Components.GUISkin import GUISkin +profile("LOAD:Source") from Components.Sources.Source import Source +profile("LOAD:GUIComponent") from Components.GUIComponent import GUIComponent -class Screen(dict, HTMLSkin, GUISkin): +class Screen(dict, GUISkin): ALLOW_SUSPEND = False