add SCOPE_CURRENT_SKIN to resolveFileNames in currently used skin directory
[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()