add attributes to backend (maintainer, email address and version)
This commit is contained in:
parent
b920e20570
commit
825aa80df6
3 changed files with 8 additions and 1 deletions
|
|
@ -23,6 +23,10 @@ from weboob.capabilities.messages import ICapMessages, ICapMessagesReply, Messag
|
|||
from feeds import ArticlesList
|
||||
|
||||
class DLFPBackend(Backend, ICapMessages, ICapMessagesReply):
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@peerfuse.org'
|
||||
VERSION = '1.0'
|
||||
|
||||
def __init__(self, weboob):
|
||||
Backend.__init__(self, weboob)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue