pyflakes fixes

This commit is contained in:
Romain Bignon 2010-09-30 12:40:09 +02:00
commit 217b029a6f
2 changed files with 0 additions and 3 deletions

View file

@ -17,8 +17,6 @@
from __future__ import with_statement
import logging
from weboob.capabilities.bank import ICapBank
from weboob.tools.application.repl import ReplApplication

View file

@ -301,7 +301,6 @@ class ReplApplication(Cmd, BaseApplication):
msg = 'website is unavailable.'
print >>sys.stderr, 'Error(%s): %s' % (backend.name, msg)
else:
common_errors = True
print >>sys.stderr, 'Error(%s): %s' % (backend.name, error)
if logging.root.level == logging.DEBUG:
print >>sys.stderr, backtrace