summaryrefslogtreecommitdiff
path: root/wasp/apps/word_clock.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/apps/word_clock.py')
-rw-r--r--wasp/apps/word_clock.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/wasp/apps/word_clock.py b/wasp/apps/word_clock.py
index 6bc3d45..c1504c0 100644
--- a/wasp/apps/word_clock.py
+++ b/wasp/apps/word_clock.py
@@ -14,15 +14,12 @@ Shows a time as words together with a battery meter and the date.
import wasp
-import icons
-
MONTH = 'JanFebMarAprMayJunJulAugSepOctNovDec'
class WordClockApp():
"""Simple digital clock application."""
NAME = 'WordClk'
- ICON = icons.app
def foreground(self):
"""Activate the application.