diff options
Diffstat (limited to 'wasp/apps/launcher.py')
| -rw-r--r-- | wasp/apps/launcher.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/wasp/apps/launcher.py b/wasp/apps/launcher.py index b529017..735ac70 100644 --- a/wasp/apps/launcher.py +++ b/wasp/apps/launcher.py @@ -3,19 +3,16 @@ """Application launcher ~~~~~~~~~~~~~~~~~~~~~~~ + +.. figure:: res/LauncherApp.png + :width: 179 """ import wasp import icons class LauncherApp(): - """An application launcher application. - - .. figure:: res/LauncherApp.png - :width: 179 - - Screenshot of the application launcher - """ + """An application launcher application.""" NAME = 'Launcher' ICON = icons.app |
