s/Backend/Module
This commit is contained in:
parent
5fe0092c2c
commit
9370b2fae7
344 changed files with 720 additions and 720 deletions
|
|
@ -23,10 +23,10 @@ from weboob.tools.backend import BaseModule, BackendConfig
|
|||
from weboob.tools.value import ValueBackendPassword
|
||||
from .browser import GdfSuez
|
||||
|
||||
__all__ = ['GdfSuezBackend']
|
||||
__all__ = ['GdfSuezModule']
|
||||
|
||||
|
||||
class GdfSuezBackend(BaseModule, CapBill):
|
||||
class GdfSuezModule(BaseModule, CapBill):
|
||||
NAME = 'gdfsuez'
|
||||
MAINTAINER = u'Mathieu Jourdan'
|
||||
EMAIL = 'mathieu.jourdan@gresille.org'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue