Some pep8 cleaning

This commit is contained in:
Florent 2013-05-23 17:01:51 +02:00
commit be6c5356d5
3 changed files with 14 additions and 12 deletions

View file

@ -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'