diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-11 14:23:10 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-11 14:23:10 +0000 |
commit | 4ebbaf0d4382813ba896f3e8101de12e112cbed5 (patch) | |
tree | 179bf2e1a0d0330437518eff45788604ab2f4ad7 /synapse/rest/client/v2_alpha | |
parent | Mention new libs in CHANGES (diff) | |
download | synapse-4ebbaf0d4382813ba896f3e8101de12e112cbed5.tar.xz |
Blunty replace json with simplejson
Diffstat (limited to 'synapse/rest/client/v2_alpha')
-rw-r--r-- | synapse/rest/client/v2_alpha/filter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/filter.py b/synapse/rest/client/v2_alpha/filter.py index 6ddc495d23..703250cea8 100644 --- a/synapse/rest/client/v2_alpha/filter.py +++ b/synapse/rest/client/v2_alpha/filter.py @@ -21,7 +21,7 @@ from synapse.types import UserID from ._base import client_v2_pattern -import json +import simplejson as json import logging |