return null iterator instead of pass

This commit is contained in:
Christophe Benz 2010-03-11 15:29:00 +01:00 committed by Christophe Benz
commit bfdc3e014f

View file

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