From 6a0786ce99059912b6149cbe8174b9760ebdde1c Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Mon, 7 Mar 2011 11:10:44 +0100 Subject: [PATCH] lcl is now maintained by peetah --- AUTHORS | 7 ++++--- weboob/backends/lcl/backend.py | 6 ++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index f5a34cfe1b..f39a8fb3ad 100644 --- a/AUTHORS +++ b/AUTHORS @@ -26,6 +26,10 @@ Nicolas Duhamel Clément Schreiner * MediaWiki and Newsfeed backends maintainer. +Pierre Mazière + * LCL backend maintainer; + * BNPorc fixes. + Xavier Guerrin * CrAgr backend maintainer. @@ -44,9 +48,6 @@ Laurent Bachelier Flo * BNPorc patches. -Pierre Mazière - * BNPorc fixes. - Antoine * QVideoob fixes. diff --git a/weboob/backends/lcl/backend.py b/weboob/backends/lcl/backend.py index 14d57bd207..d9270d05a5 100644 --- a/weboob/backends/lcl/backend.py +++ b/weboob/backends/lcl/backend.py @@ -16,6 +16,8 @@ # 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.tools.backend import BaseBackend from weboob.tools.value import ValuesDict, Value @@ -28,8 +30,8 @@ class LCLBackend(BaseBackend, ICapBank): NAME = 'lcl' - MAINTAINER = 'Romain Bignon' - EMAIL = 'romain@weboob.org' + MAINTAINER = u'Pierre Mazière' + EMAIL = 'pierre.maziere@gmail.com' VERSION = '0.7' DESCRIPTION = 'Le Credit Lyonnais crappy french bank' LICENSE = 'GPLv3' -- GitLab