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
|
|
@ -20,6 +20,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
"""
|
||||
|
||||
class Backend:
|
||||
MAINTAINER = '<unspecifier>'
|
||||
EMAIL = '<unspecified>'
|
||||
VERSION = '<unspecified>'
|
||||
|
||||
def __init__(self, weboob):
|
||||
self.weboob = weboob
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue