summaryrefslogtreecommitdiff
path: root/wasp/apps/flashlight.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/apps/flashlight.py')
-rw-r--r--wasp/apps/flashlight.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/wasp/apps/flashlight.py b/wasp/apps/flashlight.py
index f5b8684..fa734c7 100644
--- a/wasp/apps/flashlight.py
+++ b/wasp/apps/flashlight.py
@@ -5,6 +5,9 @@
~~~~~~~~~~~~~
Shows a pure white screen with the backlight set to maximum.
+
+.. figure:: res/TorchApp.png
+ :width: 179
"""
import wasp
@@ -12,13 +15,7 @@ import wasp
import icons
class TorchApp(object):
- """Trivial flashlight application.
-
- .. figure:: res/TorchApp.png
- :width: 179
-
- Screenshot of the flashlight application
- """
+ """Trivial flashlight application."""
NAME = 'Torch'
ICON = icons.torch