weboob-devel/weboob/tools/browser
Laurent Bachelier 541d080c9d Use flake8 if available instead of pyflakes
With flake8, we can check for more issues and ignore those who are not
real issues.

This allowed me to find genuine errors in:
- modules/boursorama/pages/account_history.py
- modules/ing/pages/login.py
- weboob/tools/application/qt/qt.py
I left one in weboob/tools/browser/browser.py for the time being.

Some PEP8 fixes on other files.
2012-11-24 19:46:34 +01:00
..
__init__.py Add new exception BrowserForbidden 2012-11-10 13:23:00 +01:00
browser.py add a ssl timeout (temp fix) 2012-11-24 12:06:13 +01:00
decorators.py Fix previous commit on domain checking of id2url 2011-04-22 10:37:30 +02:00
firefox_cookies.py Use flake8 if available instead of pyflakes 2012-11-24 19:46:34 +01:00