diff options
author | Kali Kaneko <kali@leap.se> | 2016-07-13 19:36:14 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-07-13 19:36:14 +0200 |
commit | 7d264548d6df756f2a157fe59cf58b3240825418 (patch) | |
tree | 2f65d776c3ff3780cfd6816e1a2d902e974492cd /client/src | |
parent | 179dfe95102f7314ca6a59a95dd1080080a5724a (diff) |
[style] pep8
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/leap/soledad/client/http_target/support.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/leap/soledad/client/http_target/support.py b/client/src/leap/soledad/client/http_target/support.py index d82fe346..6ec98ed4 100644 --- a/client/src/leap/soledad/client/http_target/support.py +++ b/client/src/leap/soledad/client/http_target/support.py @@ -31,6 +31,7 @@ from leap.soledad.common.l2db.remote import http_errors # twisted. Because of that, we redefine the http body reader used by the HTTP # client below. + class ReadBodyProtocol(_ReadBodyProtocol): """ From original Twisted implementation, focused on adding our error |