fix description

This commit is contained in:
Romain Bignon 2010-10-11 10:16:22 +02:00
commit 8ca143f727

View file

@ -30,7 +30,7 @@ class LCLBackend(BaseBackend, ICapBank):
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
DESCRIPTION = 'Credit Agricole french bank\'s website'
DESCRIPTION = 'Le Credit Lyonnais crappy french bank'
LICENSE = 'GPLv3'
CONFIG = {'login': BaseBackend.ConfigField(description='Account ID'),
'password': BaseBackend.ConfigField(description='Password of account', is_masked=True),