follow new interface

This commit is contained in:
Christophe Benz 2010-03-29 13:07:19 +02:00 committed by Christophe Benz
commit 1c035761a8

View file

@ -25,5 +25,5 @@ class AuMBackend(Backend, ICapMessages, ICapMessagesReply):
def __init__(self, weboob):
Backend.__init__(self, weboob)
def iter_new_messages(self, thread=None):
def iter_messages(self, thread=None):
return dict().iteritems()