simplegeo / python-simplegeo

A client interface for SimpleGeo's API.
http://simplegeo.com
104 stars 18 forks source link

Fix JSON import to support Python 2.6 #3

Closed gulopine closed 13 years ago

gulopine commented 13 years ago

Python 2.6 ships with its own copy of simplejson, so it's an unnecessary dependency in that case.

aguynamedben commented 13 years ago

gulopine,

Sorry for the delay in considering this pull request. We are working on becoming better stewards of the community and considering pull requests in a more timely fashion. Since you sent this pull request, we have done a lot of refactoring and merging of the Python client, and it now uses the json module from pyutil. I'm not exactly sure of the reasons for this, we'd probably be fine using simplejson or json. Thanks for the submission, we always appreciate them.

-Ben