Pep8 cleaning
This commit is contained in:
parent
3b2fb9cfbd
commit
e3962eac7b
3 changed files with 5 additions and 5 deletions
|
|
@ -20,7 +20,7 @@
|
|||
from __future__ import with_statement
|
||||
|
||||
from weboob.capabilities.bill import ICapBill, SubscriptionNotFound,\
|
||||
BillNotFound, Subscription, Bill
|
||||
BillNotFound, Subscription, Bill
|
||||
from weboob.tools.backend import BaseBackend, BackendConfig
|
||||
from weboob.tools.value import ValueBackendPassword
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ class LeclercMobileBackend(BaseBackend, ICapBill):
|
|||
regexp='^(\d{10}|)$'),
|
||||
ValueBackendPassword('password',
|
||||
label='Password')
|
||||
)
|
||||
)
|
||||
BROWSER = Leclercmobile
|
||||
|
||||
def create_default_browser(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue