weboob-devel/weboob/backends/aum
Laurent Bachelier 7d0105c167 Fallback to Python json if there is no simplejson
The json module is in Python 2.6 and up.
json does not raise JSONDecodeError, but ValueError. Since
JSONDecodeError is a subclass of ValueError, the except ValueError
will work for both.
2010-11-12 16:34:12 +01:00
..
optim several minor fixes 2010-11-11 21:04:34 +01:00
pages if we're on waiting, go on /invits.php to get my own id 2010-11-11 16:01:40 +01:00
__init__.py a lot of pyflakes and pylint fixes 2010-08-13 22:23:10 +02:00
antispam.py add the PRIORITY_CONNECTION optimization (closes #319) 2010-11-11 14:13:11 +01:00
backend.py add the PRIORITY_CONNECTION optimization (closes #319) 2010-11-11 14:13:11 +01:00
browser.py Fallback to Python json if there is no simplejson 2010-11-12 16:34:12 +01:00
captcha.py adapt to new ICapMessages API 2010-08-30 16:59:52 +02:00
exceptions.py use real comments for licence header 2010-06-22 16:27:33 +02:00
test.py fix test when no contact is available 2010-10-01 09:54:28 +02:00