rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -19,7 +19,7 @@
|
|||
"backend for http://www.wordreference.com"
|
||||
|
||||
|
||||
from weboob.capabilities.translate import ICapTranslate, Translation, TranslationFail, LanguageNotSupported
|
||||
from weboob.capabilities.translate import CapTranslate, Translation, TranslationFail, LanguageNotSupported
|
||||
from weboob.tools.backend import BaseBackend
|
||||
|
||||
from .browser import WordReferenceBrowser
|
||||
|
|
@ -28,7 +28,7 @@ from .browser import WordReferenceBrowser
|
|||
__all__ = ['WordReferenceBackend']
|
||||
|
||||
|
||||
class WordReferenceBackend(BaseBackend, ICapTranslate):
|
||||
class WordReferenceBackend(BaseBackend, CapTranslate):
|
||||
MAINTAINER = u'Lucien Loiseau'
|
||||
EMAIL = 'loiseau.lucien@gmail.com'
|
||||
VERSION = '0.j'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue