diff options
author | kaiyou <pierre@jaury.eu> | 2018-03-17 16:02:08 +0100 |
---|---|---|
committer | kaiyou <pierre@jaury.eu> | 2018-03-17 16:02:08 +0100 |
commit | 757f1b58437f912e147f523ea55d45dfda8a8c1e (patch) | |
tree | 034e210d3df7ef63c43ba0d5a35231ba398fedca /synapse/replication/tcp/commands.py | |
parent | Disable logging to file and rely on the console when using Docker (diff) | |
parent | Merge branch 'hotfixes-v0.26.1' of github.com:matrix-org/synapse (diff) | |
download | synapse-757f1b58437f912e147f523ea55d45dfda8a8c1e.tar.xz |
Merge remote-tracking branch 'upstream/master' into feat-dockerfile
Diffstat (limited to 'synapse/replication/tcp/commands.py')
-rw-r--r-- | synapse/replication/tcp/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/tcp/commands.py b/synapse/replication/tcp/commands.py index 171227cce2..9633404f73 100644 --- a/synapse/replication/tcp/commands.py +++ b/synapse/replication/tcp/commands.py @@ -19,7 +19,7 @@ allowed to be sent by which side. """ import logging -import ujson as json +import simplejson as json logger = logging.getLogger(__name__) |