s/Backend/Module
This commit is contained in:
parent
5fe0092c2c
commit
9370b2fae7
344 changed files with 720 additions and 720 deletions
|
|
@ -18,8 +18,8 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from .backend import FortuneoBackend
|
||||
from .backend import FortuneoModule
|
||||
|
||||
__all__ = ['FortuneoBackend']
|
||||
__all__ = ['FortuneoModule']
|
||||
|
||||
# vim:ts=4:sw=4
|
||||
|
|
|
|||
|
|
@ -25,10 +25,10 @@ from weboob.tools.value import ValueBackendPassword
|
|||
from .browser import Fortuneo
|
||||
|
||||
|
||||
__all__ = ['FortuneoBackend']
|
||||
__all__ = ['FortuneoModule']
|
||||
|
||||
|
||||
class FortuneoBackend(BaseModule, CapBank):
|
||||
class FortuneoModule(BaseModule, CapBank):
|
||||
NAME = 'fortuneo'
|
||||
MAINTAINER = u'Gilles-Alexandre Quenot'
|
||||
EMAIL = 'gilles.quenot@gmail.com'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue