rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
|
||||
|
||||
from weboob.capabilities.library import ICapBook
|
||||
from weboob.capabilities.library import CapBook
|
||||
from weboob.tools.backend import BaseBackend, BackendConfig
|
||||
from weboob.tools.value import ValueBackendPassword, Value
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ from .browser import AloesBrowser
|
|||
__all__ = ['AloesBackend']
|
||||
|
||||
|
||||
class AloesBackend(BaseBackend, ICapBook):
|
||||
class AloesBackend(BaseBackend, CapBook):
|
||||
NAME = 'opacwebaloes'
|
||||
MAINTAINER = u'Jeremy Monnet'
|
||||
EMAIL = 'jmonnet@gmail.com'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue