WIP: updatable

This commit is contained in:
Christophe Benz 2010-03-26 20:14:10 +01:00 committed by Christophe Benz
commit b08db0035e
4 changed files with 52 additions and 6 deletions

View file

@ -35,7 +35,7 @@ class Application(BaseApplication):
print '= Processing backend name = %s' % name
if backend.has_caps(ICapMessages):
print '== Backend is ICapMessages => print its messages'
for message in backend.iter_new_messages():
for message in backend.iter_messages():
print '=== %s' % message
if backend.has_caps(ICapMessagesReply):
print '== Backend is ICapMessagesReply => TODO'