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

@ -19,6 +19,7 @@ from __future__ import with_statement
from datetime import datetime
from dateutil import tz
import os
from time import sleep
from weboob.backend import BaseBackend
@ -43,7 +44,8 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesReply, ICapDating, ICapC
EMAIL = 'romain@peerfuse.org'
VERSION = '1.0'
LICENSE = 'GPLv3'
DESCRIPTION = "French dating website"
DESCRIPTION = u"“Adopte un mec” french dating website"
ICON = os.path.join(os.path.dirname(__file__), 'data/logo.png')
CONFIG = {'username': BaseBackend.ConfigField(description='Username on website'),
'password': BaseBackend.ConfigField(description='Password of account', is_masked=True),
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

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'),

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB