s/BaseBackend/BaseModule
This commit is contained in:
parent
3297651bdc
commit
8559af3d6a
165 changed files with 354 additions and 354 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from weboob.capabilities.torrent import CapTorrent
|
||||
from weboob.tools.backend import BaseBackend, BackendConfig
|
||||
from weboob.tools.backend import BaseModule, BackendConfig
|
||||
from weboob.tools.value import ValueBackendPassword, Value
|
||||
|
||||
from .browser import GazelleBrowser
|
||||
|
|
@ -27,7 +27,7 @@ from .browser import GazelleBrowser
|
|||
__all__ = ['GazelleBackend']
|
||||
|
||||
|
||||
class GazelleBackend(BaseBackend, CapTorrent):
|
||||
class GazelleBackend(BaseModule, CapTorrent):
|
||||
NAME = 'gazelle'
|
||||
MAINTAINER = u'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue