Import simplejson before json
-----------------------------
Key: LIBCLOUD-112
URL: https://issues.apache.org/jira/browse/LIBCLOUD-112
Project: Libcloud
Issue Type: Improvement
Components: Compute, Core
Reporter: Geoff Greer
Priority: Minor
Fix For: 0.6.0
Right now libcloud imports json, and if that fails, imports simplejson.
Simplejson is usually more up to date than json and usually a little faster, so
I think it makes sense to import simplejson first, then json. This will still
work with old versions of python that don't have the json module.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira