diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-03-29 02:07:57 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-03-29 02:07:57 +0100 |
commit | dd4287ca5d0c3e3df566748e0dd6ab36398f64b4 (patch) | |
tree | c7e3364fb5706cb5188744cff492955a6dcab37a /synapse/http/client.py | |
parent | Merge branch 'develop' into matthew/preview_urls (diff) | |
download | synapse-dd4287ca5d0c3e3df566748e0dd6ab36398f64b4.tar.xz |
make it build
Diffstat (limited to 'synapse/http/client.py')
-rw-r--r-- | synapse/http/client.py | 2 |
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, ) |