Some pep8 cleaning
This commit is contained in:
parent
bc1677ad04
commit
be6c5356d5
3 changed files with 14 additions and 12 deletions
|
|
@ -19,12 +19,13 @@
|
|||
|
||||
|
||||
from weboob.tools.backend import BaseBackend
|
||||
from weboob.capabilities.gauge import ICapGauge,GaugeSensor, Gauge, SensorNotFound
|
||||
from weboob.capabilities.gauge import ICapGauge, GaugeSensor, Gauge, SensorNotFound
|
||||
|
||||
from .browser import VlilleBrowser
|
||||
|
||||
__all__ = ['VlilleBackend']
|
||||
|
||||
|
||||
class VlilleBackend(BaseBackend, ICapGauge):
|
||||
NAME = 'vlille'
|
||||
DESCRIPTION = u'accès aux données vlille'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue