Better descriptions for modules
This commit is contained in:
parent
de02bc749d
commit
0fa7060b68
54 changed files with 58 additions and 63 deletions
|
|
@ -41,7 +41,7 @@ class CmbBackend(BaseBackend, ICapBank):
|
|||
EMAIL = 'Johann.Broudin@6-8.fr'
|
||||
VERSION = '0.b'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = 'Credit Mutuel de Bretagne'
|
||||
DESCRIPTION = u'Crédit Mutuel de Bretagne French bank website'
|
||||
CONFIG = BackendConfig(
|
||||
ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
ValueBackendPassword('password', label='Password', masked=True))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue