set a description for every application
This commit is contained in:
parent
0a4e05e509
commit
78bfa70f23
19 changed files with 34 additions and 1 deletions
|
|
@ -85,6 +85,8 @@ class Boobank(ReplApplication):
|
|||
VERSION = '0.5'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon, Christophe Benz'
|
||||
CAPS = ICapBank
|
||||
DESCRIPTION = "Boobank is a console application to get bank accounts, " \
|
||||
"display history and do transfer operations."
|
||||
EXTRA_FORMATTERS = {'account_list': AccountListFormatter,
|
||||
'transfer': TransferFormatter,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue