summary refs log tree commit diff
path: root/synapse/http
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-03-29 02:07:57 +0100
committerMatthew Hodgson <matthew@matrix.org>2016-03-29 02:07:57 +0100
commitdd4287ca5d0c3e3df566748e0dd6ab36398f64b4 (patch)
treec7e3364fb5706cb5188744cff492955a6dcab37a /synapse/http
parentMerge branch 'develop' into matthew/preview_urls (diff)
downloadsynapse-dd4287ca5d0c3e3df566748e0dd6ab36398f64b4.tar.xz
make it build
Diffstat (limited to 'synapse/http')
-rw-r--r--synapse/http/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/http/client.py b/synapse/http/client.py
index 127690e534..a735300db0 100644
--- a/synapse/http/client.py
+++ b/synapse/http/client.py
@@ -21,7 +21,7 @@ import synapse.metrics
 
 from canonicaljson import encode_canonical_json
 
-from twisted.internet import defer, reactor, ssl
+from twisted.internet import defer, reactor, ssl, protocol
 from twisted.web.client import (
     Agent, readBody, FileBodyProducer, PartialDownloadError,
 )