s/BaseBackend/BaseModule
This commit is contained in:
parent
3297651bdc
commit
8559af3d6a
165 changed files with 354 additions and 354 deletions
|
|
@ -21,14 +21,14 @@
|
|||
import urllib
|
||||
|
||||
from weboob.capabilities.translate import CapTranslate, Translation, TranslationFail, LanguageNotSupported
|
||||
from weboob.tools.backend import BaseBackend
|
||||
from weboob.tools.backend import BaseModule
|
||||
from weboob.tools.browser import StandardBrowser
|
||||
|
||||
|
||||
__all__ = ['EbonicsBackend']
|
||||
|
||||
|
||||
class EbonicsBackend(BaseBackend, CapTranslate):
|
||||
class EbonicsBackend(BaseModule, CapTranslate):
|
||||
NAME = 'ebonics'
|
||||
MAINTAINER = u'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue