rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
from weboob.tools.backend import BaseBackend
|
||||
from weboob.capabilities.calendar import ICapCalendarEvent, CATEGORIES
|
||||
from weboob.capabilities.calendar import CapCalendarEvent, CATEGORIES
|
||||
|
||||
from .browser import HybrideBrowser
|
||||
from .calendar import HybrideCalendarEvent
|
||||
|
|
@ -27,7 +27,7 @@ from .calendar import HybrideCalendarEvent
|
|||
__all__ = ['HybrideBackend']
|
||||
|
||||
|
||||
class HybrideBackend(BaseBackend, ICapCalendarEvent):
|
||||
class HybrideBackend(BaseBackend, CapCalendarEvent):
|
||||
NAME = 'hybride'
|
||||
DESCRIPTION = u'hybride website'
|
||||
MAINTAINER = u'Bezleputh'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue