s/Backend/Module
This commit is contained in:
parent
5fe0092c2c
commit
9370b2fae7
344 changed files with 720 additions and 720 deletions
|
|
@ -25,14 +25,14 @@ from weboob.capabilities.bugtracker import CapBugTracker, Issue, Project, User,
|
|||
from .browser import GithubBrowser
|
||||
|
||||
|
||||
__all__ = ['GithubBackend']
|
||||
__all__ = ['GithubModule']
|
||||
|
||||
|
||||
STATUSES = {'open': Status('open', u'Open', Status.VALUE_NEW),
|
||||
'closed': Status('closed', u'closed', Status.VALUE_RESOLVED)}
|
||||
# TODO tentatively parse github "labels"?
|
||||
|
||||
class GithubBackend(BaseModule, CapBugTracker):
|
||||
class GithubModule(BaseModule, CapBugTracker):
|
||||
NAME = 'github'
|
||||
DESCRIPTION = u'GitHub issues tracking'
|
||||
MAINTAINER = u'Vincent A'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue