Factorize simplejson
Compare changes
Files
12+ 4
− 4
@@ -47,7 +47,7 @@ import os
@@ -417,7 +417,7 @@ class BaseExecutor(object):
@@ -431,7 +431,7 @@ class BaseExecutor(object):
@@ -447,7 +447,7 @@ class BaseExecutor(object):
This patch set make it so that all imports for simplejson are done as json so if there's a need to change it to something else it will be easier.
Part of #73 (closed)