no API break

This commit is contained in:
Christophe Benz 2010-03-11 11:49:27 +01:00 committed by Christophe Benz
commit e4846ff2a4
4 changed files with 13 additions and 4 deletions

View file

@ -25,5 +25,5 @@ class AuMBackend(Backend, ICapMessages, ICapMessagesReply):
def __init__(self, weboob):
Backend.__init__(self, weboob)
def iter_messages(self, thread=None):
def iterNewMessages(self, thread=None):
pass