collective / collective.jsonmigrator

JSON based migrations for Plone
GNU General Public License v2.0
8 stars 21 forks source link

Conditionally require simplejson #17

Closed ale-rt closed 8 years ago

ale-rt commented 8 years ago

The library simplejson is not needed in recent Python version.

If we are not using a really version of Python, we should not depend on simplejson.

Since version 2.6, Python ships with a json library. The code already uses it in favour of simplejson.