diff options
Diffstat (limited to 'wasp/apps/clock.py')
| -rw-r--r-- | wasp/apps/clock.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wasp/apps/clock.py b/wasp/apps/clock.py index cdf465e..d9e489f 100644 --- a/wasp/apps/clock.py +++ b/wasp/apps/clock.py @@ -12,7 +12,6 @@ Shows a time (as HH:MM) together with a battery meter and the date. import wasp -import icons import fonts.clock as digits DIGITS = ( @@ -26,7 +25,6 @@ MONTH = 'JanFebMarAprMayJunJulAugSepOctNovDec' class ClockApp(): """Simple digital clock application.""" NAME = 'Clock' - ICON = icons.clock def foreground(self): """Activate the application. |
