add bnporc and aum logo

This commit is contained in:
Romain Bignon 2010-07-03 23:30:24 +02:00
commit 711e88c661
4 changed files with 5 additions and 1 deletions

View file

@ -15,6 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
import os
from weboob.backend import BaseBackend
from weboob.capabilities.bank import ICapBank, AccountNotFound
@ -27,6 +28,7 @@ class BNPorcBackend(BaseBackend, ICapBank):
EMAIL = 'romain@peerfuse.org'
VERSION = '1.0'
LICENSE = 'GPLv3'
ICON = os.path.join(os.path.dirname(__file__), 'data/logo.png')
DESCRIPTION = 'BNP Paribas french bank\' website'
CONFIG = {'login': BaseBackend.ConfigField(description='Account ID'),