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
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
from weboob.capabilities.video import CapVideo, BaseVideo
|
||||
from weboob.capabilities.collection import CapCollection, CollectionNotFound
|
||||
from weboob.tools.backend import BaseModule
|
||||
from weboob.tools.backend import Module
|
||||
|
||||
from .browser import YoujizzBrowser
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ from .browser import YoujizzBrowser
|
|||
__all__ = ['YoujizzModule']
|
||||
|
||||
|
||||
class YoujizzModule(BaseModule, CapVideo, CapCollection):
|
||||
class YoujizzModule(Module, CapVideo, CapCollection):
|
||||
NAME = 'youjizz'
|
||||
MAINTAINER = u'Roger Philibert'
|
||||
EMAIL = 'roger.philibert@gmail.com'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue