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, BackendConfig
|
||||
from weboob.capabilities.messages import ICapMessages, Thread, Message
|
||||
from weboob.capabilities.messages import CapMessages, Thread, Message
|
||||
from weboob.tools.value import Value
|
||||
|
||||
from .browser import MailinatorBrowser
|
||||
|
|
@ -30,7 +30,7 @@ __all__ = ['MailinatorBackend']
|
|||
|
||||
# There is only one thread per inbox, and the thread id is the inbox name
|
||||
# TODO but this can lead to bans if there are too many messages...
|
||||
class MailinatorBackend(BaseBackend, ICapMessages):
|
||||
class MailinatorBackend(BaseBackend, CapMessages):
|
||||
NAME = 'mailinator'
|
||||
DESCRIPTION = u'mailinator temp mailbox'
|
||||
MAINTAINER = u'Vincent A'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue