git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use new string concept for sending diseqc commands
[enigma2.git]
/
lib
/
python
/
Screens
/
ClockDisplay.py
diff --git
a/lib/python/Screens/ClockDisplay.py
b/lib/python/Screens/ClockDisplay.py
index 8c1e292404c307db4a8dcb12d8e4e7c6fb70eb26..f4fa1ffeb7b00136196989fbe4118102ff77818d 100644
(file)
--- a/
lib/python/Screens/ClockDisplay.py
+++ b/
lib/python/Screens/ClockDisplay.py
@@
-1,3
+1,5
@@
+from Screen import Screen
+
# a clock display dialog
class ClockDisplay(Screen):
def okbutton(self):