Rename BaseModule to Module and Module to LoadedModule
This commit is contained in:
parent
5c71be36f5
commit
5a1d83b567
166 changed files with 359 additions and 359 deletions
|
|
@ -33,7 +33,7 @@ from weboob.capabilities.base import NotAvailable
|
|||
from weboob.capabilities.image import BaseImage
|
||||
from weboob.capabilities.video import CapVideo, BaseVideo
|
||||
from weboob.capabilities.collection import CapCollection, CollectionNotFound
|
||||
from weboob.tools.backend import BaseModule, BackendConfig
|
||||
from weboob.tools.backend import Module, BackendConfig
|
||||
from weboob.tools.misc import to_unicode
|
||||
from weboob.tools.value import ValueBackendPassword, Value
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ from .video import YoutubeVideo
|
|||
__all__ = ['YoutubeModule']
|
||||
|
||||
|
||||
class YoutubeModule(BaseModule, CapVideo, CapCollection):
|
||||
class YoutubeModule(Module, CapVideo, CapCollection):
|
||||
NAME = 'youtube'
|
||||
MAINTAINER = u'Laurent Bachelier'
|
||||
EMAIL = 'laurent@bachelier.name'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue