s/Backend/Module

This commit is contained in:
Florent 2014-09-22 17:50:46 +02:00
commit 9370b2fae7
344 changed files with 720 additions and 720 deletions

View file

@ -18,7 +18,7 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from .backend import MailinatorBackend
from .backend import MailinatorModule
__all__ = ['MailinatorBackend']
__all__ = ['MailinatorModule']

View file

@ -25,12 +25,12 @@ from weboob.tools.value import Value
from .browser import MailinatorBrowser
__all__ = ['MailinatorBackend']
__all__ = ['MailinatorModule']
# 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(BaseModule, CapMessages):
class MailinatorModule(BaseModule, CapMessages):
NAME = 'mailinator'
DESCRIPTION = u'mailinator temp mailbox'
MAINTAINER = u'Vincent A'