From 7d264548d6df756f2a157fe59cf58b3240825418 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 13 Jul 2016 19:36:14 +0200 Subject: [style] pep8 --- client/src/leap/soledad/client/http_target/support.py | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/leap/soledad') 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 -- cgit v1.2.3