diff options
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/ClockDisplay.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/ClockDisplay.py b/lib/python/Screens/ClockDisplay.py index 8c1e2924..f4fa1ffe 100644 --- 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): |
