upgraded simplejson

This commit is contained in:
mdipierro
2014-09-14 16:37:09 -05:00
parent e38565345c
commit 0120ad5b95
10 changed files with 16 additions and 27 deletions
-2
View File
@@ -7,7 +7,6 @@ import struct
from scanner import make_scanner
def _import_c_scanstring():
try:
raise ImportError # because assumes simplejson in path
from simplejson._speedups import scanstring
return scanstring
except ImportError:
@@ -420,4 +419,3 @@ class JSONDecoder(object):
except StopIteration:
raise JSONDecodeError("No JSON object could be decoded", s, idx)
return obj, end