summaryrefslogtreecommitdiff
path: root/wasp/apps/clock.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/apps/clock.py')
-rw-r--r--wasp/apps/clock.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/wasp/apps/clock.py b/wasp/apps/clock.py
index 9e6ba05..5c7854d 100644
--- a/wasp/apps/clock.py
+++ b/wasp/apps/clock.py
@@ -5,6 +5,9 @@
~~~~~~~~~~~~~~~~
Shows a time (as HH:MM) together with a battery meter and the date.
+
+.. figure:: res/ClockApp.png
+ :width: 179
"""
import wasp
@@ -21,13 +24,7 @@ DIGITS = (
MONTH = 'JanFebMarAprMayJunJulAugSepOctNovDec'
class ClockApp():
- """Simple digital clock application.
-
- .. figure:: res/ClockApp.png
- :width: 179
-
- Screenshot of the clock application
- """
+ """Simple digital clock application."""
NAME = 'Clock'
ICON = icons.clock