s/BaseBackend/BaseModule

This commit is contained in:
Florent 2014-09-22 17:25:38 +02:00
commit 8559af3d6a
165 changed files with 354 additions and 354 deletions

View file

@ -19,14 +19,14 @@
from weboob.capabilities.base import NotLoaded
from weboob.tools.backend import BackendConfig, BaseBackend
from weboob.tools.backend import BackendConfig, BaseModule
from weboob.tools.capabilities.paste import BasePasteBackend
from weboob.tools.value import Value, ValueBackendPassword
from .browser import PastebinBrowser, PastebinPaste
class PastebinBackend(BaseBackend, BasePasteBackend):
class PastebinBackend(BaseModule, BasePasteBackend):
NAME = 'pastebin'
MAINTAINER = u'Laurent Bachelier'
EMAIL = 'laurent@bachelier.name'