Better descriptions for modules

This commit is contained in:
Laurent Bachelier 2012-02-11 00:46:48 +01:00
commit 0fa7060b68
54 changed files with 58 additions and 63 deletions

View file

@ -38,7 +38,7 @@ class BoursoramaBackend(BaseBackend, ICapBank):
EMAIL = 'gabriel@kerneis.info'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = u'Boursorama french bank\'s website'
DESCRIPTION = u'Boursorama French bank website'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
ValueBackendPassword('password', label='Password'))
BROWSER = Boursorama