pyflakes fixes
This commit is contained in:
parent
a8b6594af0
commit
217b029a6f
2 changed files with 0 additions and 3 deletions
|
|
@ -17,8 +17,6 @@
|
||||||
|
|
||||||
from __future__ import with_statement
|
from __future__ import with_statement
|
||||||
|
|
||||||
import logging
|
|
||||||
|
|
||||||
from weboob.capabilities.bank import ICapBank
|
from weboob.capabilities.bank import ICapBank
|
||||||
from weboob.tools.application.repl import ReplApplication
|
from weboob.tools.application.repl import ReplApplication
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -301,7 +301,6 @@ class ReplApplication(Cmd, BaseApplication):
|
||||||
msg = 'website is unavailable.'
|
msg = 'website is unavailable.'
|
||||||
print >>sys.stderr, 'Error(%s): %s' % (backend.name, msg)
|
print >>sys.stderr, 'Error(%s): %s' % (backend.name, msg)
|
||||||
else:
|
else:
|
||||||
common_errors = True
|
|
||||||
print >>sys.stderr, 'Error(%s): %s' % (backend.name, error)
|
print >>sys.stderr, 'Error(%s): %s' % (backend.name, error)
|
||||||
if logging.root.level == logging.DEBUG:
|
if logging.root.level == logging.DEBUG:
|
||||||
print >>sys.stderr, backtrace
|
print >>sys.stderr, backtrace
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue