itsdangerous uses json instead of simplejson now
This commit is contained in:
parent
884aad8ece
commit
3f51a09db4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from werkzeug.http import http_date
|
|||
|
||||
# Use the same json implementation as itsdangerous on which we
|
||||
# depend anyways.
|
||||
from itsdangerous import simplejson as _json
|
||||
from itsdangerous import json as _json
|
||||
import six
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue