[tor-commits] [ooni-probe/master] Cosmetic fix

art at torproject.org art at torproject.org
Fri Apr 29 09:42:21 UTC 2016


commit 4a3dbc875fd95ecbecc86e8a2c7ed313cac65fd8
Author: Arturo Filastò <art at fuffa.org>
Date:   Mon Jul 27 16:53:04 2015 +0200

    Cosmetic fix
---
 ooni/utils/trueheaders.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/utils/trueheaders.py b/ooni/utils/trueheaders.py
index 3905949..ac73970 100644
--- a/ooni/utils/trueheaders.py
+++ b/ooni/utils/trueheaders.py
@@ -68,7 +68,7 @@ class TrueHeaders(http_headers.Headers):
             except KeyError:
                 pass
 
-        for k, v in itertools.chain(headers_a.getAllRawHeaders(), \
+        for k, v in itertools.chain(headers_a.getAllRawHeaders(),
                                     headers_b.getAllRawHeaders()):
             field_names.append(k)
 





More information about the tor-commits mailing list