Browse Source

Fix #1911 (#1913)

pull/1917/head
Archie Roller 9 years ago committed by David Lord
parent
commit
b8aca21a39
  1. 3
      flask/json.py

3
flask/json.py

@ -19,9 +19,6 @@ from jinja2 import Markup
# Use the same json implementation as itsdangerous on which we
# depend anyways.
try:
from itsdangerous import simplejson as _json
except ImportError:
from itsdangerous import json as _json

Loading…
Cancel
Save