oops, more beautiful (lol) version of this logo
This commit is contained in:
parent
20ecbf5300
commit
d45149f5a9
2 changed files with 1 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
|
|
@ -31,7 +31,7 @@ class CreditMutuelBackend(BaseBackend, ICapBank):
|
|||
MAINTAINER = 'Julien Veyssier'
|
||||
EMAIL = 'julien.veyssier@aiur.fr'
|
||||
VERSION = '0.4'
|
||||
DESCRIPTION = 'Crédit Mutuel french bank'
|
||||
DESCRIPTION = u'Crédit Mutuel french bank'
|
||||
LICENSE = 'GPLv3'
|
||||
CONFIG = ValuesDict(Value('login', label='Account ID', regexp='^\d{1,13}\w$'),
|
||||
Value('password', label='Password of account', masked=True))
|
||||
|
|
@ -55,7 +55,6 @@ class CreditMutuelBackend(BaseBackend, ICapBank):
|
|||
|
||||
def iter_operations(self, account):
|
||||
""" TODO Not supported yet """
|
||||
#print "not supppppp"
|
||||
return iter([])
|
||||
|
||||
def iter_history(self, account):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue