[aum] ICapMessages.iter_[new_]messages() implemented

This commit is contained in:
Romain Bignon 2010-04-11 11:48:59 +02:00
commit f3a017cb01
8 changed files with 63 additions and 90 deletions

View file

@ -64,7 +64,7 @@ class Weboob:
# Check conditions
if (not caps is None and not module.has_caps(caps)) or \
(not names is None and not module.name in name):
(not names is None and not name in names):
continue
try: