Blunty replace json with simplejson

This commit is contained in:
Erik Johnston 2015-02-11 14:23:10 +00:00
parent d4abeb8354
commit 4ebbaf0d43
21 changed files with 21 additions and 21 deletions

View file

@ -19,7 +19,7 @@ from synapse.api.errors import SynapseError, Codes
from synapse.push import PusherConfigException
from .base import ClientV1RestServlet, client_path_pattern
import json
import simplejson as json
class PusherRestServlet(ClientV1RestServlet):