Browse Source

itsdangerous uses json instead of simplejson now

pull/737/head
Daniel Neuhäuser 12 years ago
parent
commit
3f51a09db4
  1. 2
      flask/json.py

2
flask/json.py

@ -16,7 +16,7 @@ from werkzeug.http import http_date
# Use the same json implementation as itsdangerous on which we # Use the same json implementation as itsdangerous on which we
# depend anyways. # depend anyways.
from itsdangerous import simplejson as _json from itsdangerous import json as _json
import six import six

Loading…
Cancel
Save