Better module descriptions
This commit is contained in:
parent
d729ec256d
commit
9bcf070ca7
6 changed files with 6 additions and 6 deletions
|
|
@ -42,7 +42,7 @@ class HelloBankBackend(BaseBackend, ICapBank, ICapMessages):
|
|||
EMAIL = 'weboob@lampin.net'
|
||||
VERSION = '0.h'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = 'Hello Bank ! website'
|
||||
DESCRIPTION = u'Hello Bank! French banking website'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
ValueBackendPassword('password', label='Password', regexp='^(\d{6}|)$'))
|
||||
BROWSER = HelloBank
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue