weboob-devel/weboob
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
..
applications add the PRIORITY_CONNECTION optimization (closes #319) 2010-11-11 14:13:11 +01:00
backends Fallback to Python json if there is no simplejson 2010-11-12 16:34:12 +01:00
capabilities new command 'weboob-config confirm' 2010-11-11 13:22:43 +01:00
core ignore when a backend is not found in list 2010-11-11 14:58:10 +01:00
tools oops typo in call of CallErrors handler 2010-11-12 14:24:43 +01:00
__init__.py create setup.py files for multi-packaging 2010-07-07 17:20:16 +02:00