rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from weboob.capabilities.torrent import ICapTorrent
|
||||
from weboob.capabilities.torrent import CapTorrent
|
||||
from weboob.tools.backend import BaseBackend
|
||||
|
||||
from .browser import BTDiggBrowser
|
||||
|
|
@ -8,7 +8,7 @@ from .browser import BTDiggBrowser
|
|||
|
||||
__all__ = ['BTDiggBackend']
|
||||
|
||||
class BTDiggBackend(BaseBackend, ICapTorrent):
|
||||
class BTDiggBackend(BaseBackend, CapTorrent):
|
||||
NAME = 'btdigg'
|
||||
MAINTAINER = u'Matthieu Rakotojaona'
|
||||
EMAIL = 'matthieu.rakotojaona@gmail.com'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue