weboob-devel/weboob/tools/parsers
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 PEP8 style fixes and other small style fixes 2012-03-14 04:51:46 +01:00
elementtidyparser.py Use flake8 if available instead of pyflakes 2012-11-24 19:46:34 +01:00
html5libparser.py Use flake8 if available instead of pyflakes 2012-11-24 19:46:34 +01:00
htmlparser.py Use flake8 if available instead of pyflakes 2012-11-24 19:46:34 +01:00
iparser.py delete 'remove_html_tags' global function, and create IParser.tocleanstring and IParser.strip abstract methods. 2011-10-25 13:28:43 +02:00
jsonparser.py Use simplejson first, and centralize import 2012-03-16 16:27:22 +01:00
lxmlparser.py change way to describe fields of CapBaseObject, and lot of documentation 2012-03-26 14:35:54 +02:00
lxmlsoupparser.py change license to AGPLv3+ 2011-04-08 12:48:07 +02:00