s/Backend/Module
This commit is contained in:
parent
5fe0092c2c
commit
9370b2fae7
344 changed files with 720 additions and 720 deletions
|
|
@ -20,14 +20,14 @@
|
|||
|
||||
import re
|
||||
|
||||
from weboob.tools.capabilities.paste import BasePasteBackend
|
||||
from weboob.tools.capabilities.paste import BasePasteModule
|
||||
from weboob.tools.backend import BaseModule
|
||||
from weboob.capabilities.base import NotLoaded
|
||||
|
||||
from .browser import PastealaconBrowser, PastealaconPaste
|
||||
|
||||
|
||||
class PastealaconBackend(BaseModule, BasePasteBackend):
|
||||
class PastealaconModule(BaseModule, BasePasteModule):
|
||||
NAME = 'pastealacon'
|
||||
MAINTAINER = u'Laurent Bachelier'
|
||||
EMAIL = 'laurent@bachelier.name'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue