s/Backend/Module
This commit is contained in:
parent
5fe0092c2c
commit
9370b2fae7
344 changed files with 720 additions and 720 deletions
|
|
@ -24,10 +24,10 @@ from weboob.capabilities.base import find_object
|
|||
from weboob.tools.backend import BaseModule
|
||||
|
||||
|
||||
__all__ = ['SachsenLevelBackend']
|
||||
__all__ = ['SachsenLevelModule']
|
||||
|
||||
|
||||
class SachsenLevelBackend(BaseModule, CapGauge):
|
||||
class SachsenLevelModule(BaseModule, CapGauge):
|
||||
NAME = 'sachsen'
|
||||
MAINTAINER = u'Florent Fourcot'
|
||||
EMAIL = 'weboob@flo.fourcot.fr'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue