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
|
|
@ -1,14 +1,14 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from weboob.capabilities.torrent import CapTorrent
|
||||
from weboob.tools.backend import BaseModule
|
||||
from weboob.tools.backend import Module
|
||||
|
||||
from .browser import BTDiggBrowser
|
||||
|
||||
|
||||
__all__ = ['BTDiggModule']
|
||||
|
||||
class BTDiggModule(BaseModule, CapTorrent):
|
||||
class BTDiggModule(Module, CapTorrent):
|
||||
NAME = 'btdigg'
|
||||
MAINTAINER = u'Matthieu Rakotojaona'
|
||||
EMAIL = 'matthieu.rakotojaona@gmail.com'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue