lcl is now maintained by peetah
This commit is contained in:
parent
b81240baa0
commit
6a0786ce99
2 changed files with 8 additions and 5 deletions
7
AUTHORS
7
AUTHORS
|
|
@ -26,6 +26,10 @@ Nicolas Duhamel <nicolas@jombi.fr>
|
||||||
Clément Schreiner <clemux@clemux.info>
|
Clément Schreiner <clemux@clemux.info>
|
||||||
* MediaWiki and Newsfeed backends maintainer.
|
* MediaWiki and Newsfeed backends maintainer.
|
||||||
|
|
||||||
|
Pierre Mazière <pierre.maziere@gmail.com>
|
||||||
|
* LCL backend maintainer;
|
||||||
|
* BNPorc fixes.
|
||||||
|
|
||||||
Xavier Guerrin <xavier@tuxfamily.org>
|
Xavier Guerrin <xavier@tuxfamily.org>
|
||||||
* CrAgr backend maintainer.
|
* CrAgr backend maintainer.
|
||||||
|
|
||||||
|
|
@ -44,9 +48,6 @@ Laurent Bachelier <laurent@bachelier.name>
|
||||||
Flo <florent.fourcot@resel.fr>
|
Flo <florent.fourcot@resel.fr>
|
||||||
* BNPorc patches.
|
* BNPorc patches.
|
||||||
|
|
||||||
Pierre Mazière <pierre.maziere@gmail.com>
|
|
||||||
* BNPorc fixes.
|
|
||||||
|
|
||||||
Antoine <antoine.underlinux@orange.fr>
|
Antoine <antoine.underlinux@orange.fr>
|
||||||
* QVideoob fixes.
|
* QVideoob fixes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
|
||||||
|
from __future__ import with_statement
|
||||||
|
|
||||||
from weboob.capabilities.bank import ICapBank, AccountNotFound
|
from weboob.capabilities.bank import ICapBank, AccountNotFound
|
||||||
from weboob.tools.backend import BaseBackend
|
from weboob.tools.backend import BaseBackend
|
||||||
from weboob.tools.value import ValuesDict, Value
|
from weboob.tools.value import ValuesDict, Value
|
||||||
|
|
@ -28,8 +30,8 @@ __all__ = ['LCLBackend']
|
||||||
|
|
||||||
class LCLBackend(BaseBackend, ICapBank):
|
class LCLBackend(BaseBackend, ICapBank):
|
||||||
NAME = 'lcl'
|
NAME = 'lcl'
|
||||||
MAINTAINER = 'Romain Bignon'
|
MAINTAINER = u'Pierre Mazière'
|
||||||
EMAIL = 'romain@weboob.org'
|
EMAIL = 'pierre.maziere@gmail.com'
|
||||||
VERSION = '0.7'
|
VERSION = '0.7'
|
||||||
DESCRIPTION = 'Le Credit Lyonnais crappy french bank'
|
DESCRIPTION = 'Le Credit Lyonnais crappy french bank'
|
||||||
LICENSE = 'GPLv3'
|
LICENSE = 'GPLv3'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue