s/BaseBackend/BaseModule
This commit is contained in:
parent
3297651bdc
commit
8559af3d6a
165 changed files with 354 additions and 354 deletions
|
|
@ -25,7 +25,7 @@ from weboob.capabilities.bugtracker import CapBugTracker, Issue, Project, User,
|
|||
Version, Status, Update, Attachment, \
|
||||
Query, Change
|
||||
from weboob.capabilities.collection import CapCollection, Collection, CollectionNotFound
|
||||
from weboob.tools.backend import BaseBackend, BackendConfig
|
||||
from weboob.tools.backend import BaseModule, BackendConfig
|
||||
from weboob.tools.exceptions import BrowserHTTPNotFound
|
||||
from weboob.tools.value import ValueBackendPassword, Value
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ from .browser import RedmineBrowser
|
|||
__all__ = ['RedmineBackend']
|
||||
|
||||
|
||||
class RedmineBackend(BaseBackend, CapContent, CapBugTracker, CapCollection):
|
||||
class RedmineBackend(BaseModule, CapContent, CapBugTracker, CapCollection):
|
||||
NAME = 'redmine'
|
||||
MAINTAINER = u'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue