Better module descriptions

This commit is contained in:
Laurent Bachelier 2013-08-03 18:10:59 +02:00
commit 9bcf070ca7
6 changed files with 6 additions and 6 deletions

View file

@ -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