TimerEdit.py: fix typo ... this fixes a crash on timer listing with "show finished...
[vuplus_dvbapp] / 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()