return null iterator instead of pass
This commit is contained in:
parent
d699e307dd
commit
bfdc3e014f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,4 +26,4 @@ class AuMBackend(Backend, ICapMessages, ICapMessagesReply):
|
||||||
Backend.__init__(self, weboob)
|
Backend.__init__(self, weboob)
|
||||||
|
|
||||||
def iter_new_messages(self, thread=None):
|
def iter_new_messages(self, thread=None):
|
||||||
pass
|
return dict().iteritems()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue