aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Screen.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/Screen.py')
-rw-r--r--lib/python/Screens/Screen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/Screen.py b/lib/python/Screens/Screen.py
index 7ac7841c..f0bf773d 100644
--- a/lib/python/Screens/Screen.py
+++ b/lib/python/Screens/Screen.py
@@ -15,6 +15,7 @@ class Screen(dict, GUISkin):
global_screen = None
def __init__(self, session, parent = None):
+ dict.__init__(self)
self.skinName = self.__class__.__name__
self.session = session
self.parent = parent