git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
another change of policy (with correct aspect ratio)
[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()