diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-16 00:13:51 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-16 00:13:51 +0000 |
commit | f609acc109af5b981c5662932392b60fa44ec5f0 (patch) | |
tree | 12041428a201b66a7c71569b8a8f1a855b9db032 /synapse/storage/transactions.py | |
parent | Merge pull request #2798 from jeremycline/fedora-repo (diff) | |
parent | Newline (diff) | |
download | synapse-f609acc109af5b981c5662932392b60fa44ec5f0.tar.xz |
Merge branch 'hotfixes-v0.26.1' of github.com:matrix-org/synapse v0.26.1
Diffstat (limited to 'synapse/storage/transactions.py')
-rw-r--r-- | synapse/storage/transactions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/transactions.py b/synapse/storage/transactions.py index 8f61f7ffae..f825264ea9 100644 --- a/synapse/storage/transactions.py +++ b/synapse/storage/transactions.py @@ -23,7 +23,7 @@ from canonicaljson import encode_canonical_json from collections import namedtuple import logging -import ujson as json +import simplejson as json logger = logging.getLogger(__name__) |