Closed katharosada closed 7 years ago
This is everywhere in the code:
try: import json except ImportError: import simplejson as json
This is no longer necessary since Python versions pre-json-module (pre 2.6) are not supported and probably already broken since simplejson is not being installed.
simplejson
This is everywhere in the code:
This is no longer necessary since Python versions pre-json-module (pre 2.6) are not supported and probably already broken since
simplejson
is not being installed.