set a description for every application
This commit is contained in:
parent
0a4e05e509
commit
78bfa70f23
19 changed files with 34 additions and 1 deletions
|
|
@ -35,6 +35,8 @@ class WebContentEdit(ReplApplication):
|
|||
APPNAME = 'webcontentedit'
|
||||
VERSION = '0.5'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
DESCRIPTION = "Webcontentedit is a console application to display and " \
|
||||
"edit contents on supported websites."
|
||||
CAPS = ICapContent
|
||||
|
||||
def do_edit(self, line):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue