fix FATAL: ebase.cpp:129 ASSERTION notifiers.find(fd) == notifiers.end() FAILED!
[enigma2.git] / lib / python / Screens / Globals.py
1 from Screens.Screen import Screen
2 from Components.Sources.Clock import Clock
3
4 class Globals(Screen):
5         def __init__(self):
6                 Screen.__init__(self, None)
7                 self["CurrentTime"] = Clock()