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 AmeliBrowser
|
||||
|
||||
__all__ = ['AmeliBackend']
|
||||
__all__ = ['AmeliModule']
|
||||
|
||||
|
||||
class AmeliBackend(BaseModule, CapBill):
|
||||
class AmeliModule(BaseModule, CapBill):
|
||||
NAME = 'ameli'
|
||||
DESCRIPTION = u'Ameli website: French Health Insurance'
|
||||
MAINTAINER = u'Christophe Lampin'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue