summaryrefslogtreecommitdiff
path: root/cherrypy/lib/jsontools.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-04-12 09:40:06 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-04-12 09:40:06 -0400
commitf931e4762d1bac6a6ac04c48316dbafda562bfa3 (patch)
treef506688f7525dd2b7c3399af8361a19e6680b5e3 /cherrypy/lib/jsontools.py
parent4e58a670647973b82c872575bbffcdca444b0736 (diff)
parentd97c6d490051588cdfb3b10617e6bc8c9f66de89 (diff)
downloadcherrypy-git-f931e4762d1bac6a6ac04c48316dbafda562bfa3.tar.gz
Merge with 3.2.x
Diffstat (limited to 'cherrypy/lib/jsontools.py')
-rw-r--r--cherrypy/lib/jsontools.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cherrypy/lib/jsontools.py b/cherrypy/lib/jsontools.py
index 1450806a..90b3ff8a 100644
--- a/cherrypy/lib/jsontools.py
+++ b/cherrypy/lib/jsontools.py
@@ -1,6 +1,5 @@
-import sys
import cherrypy
-from cherrypy._cpcompat import basestring, ntou, json, json_encode, json_decode
+from cherrypy._cpcompat import basestring, ntou, json_encode, json_decode
def json_processor(entity):