weboob-devel/weboob
Laurent Bachelier 5ac2de43d7 Try to import Python's OrderedDict
There is an OrderedDict in Python 2.7+.
The try order is now as follows:
* OrderedDict from Python's collections module
* OrderedDict from the jsonencode module (dependency)
* OrderedDict from the ordereddict module (pypi package)
* our own OrderedDict
2011-04-23 23:55:12 +02:00
..
applications Better API for ICapPaste.new_paste 2011-04-23 00:30:27 +02:00
backends fix fillobj() on videos without thumbnails 2011-04-23 09:22:25 +02:00
capabilities Better API for ICapPaste.new_paste 2011-04-23 00:30:27 +02:00
core change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
tools Try to import Python's OrderedDict 2011-04-23 23:55:12 +02:00
__init__.py remove namespace packages info 2010-11-25 16:39:05 +01:00