summaryrefslogtreecommitdiff
path: root/src/leap/common
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-07-23 00:09:03 -0300
committerKali Kaneko <kali@leap.se>2015-07-23 16:17:53 -0400
commite8d54bd3dc4b5f0327a30c0a6848dd832beb7da0 (patch)
tree6760cca39e4d2d40d9f550c6d64bbc57309d1107 /src/leap/common
parent486da2654c63262f0dbc2d603125f0c8c5c4ea74 (diff)
[style] fixed pep8 warnings on http and test events
Diffstat (limited to 'src/leap/common')
-rw-r--r--src/leap/common/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/common/http.py b/src/leap/common/http.py
index f67507d..8e8d3d9 100644
--- a/src/leap/common/http.py
+++ b/src/leap/common/http.py
@@ -116,7 +116,7 @@ class HTTPClient(object):
_pool = _HTTPConnectionPool(
reactor,
persistent=True,
- timeout = DEFAULT_HTTP_TIMEOUT,
+ timeout=DEFAULT_HTTP_TIMEOUT,
maxPersistentPerHost=10
)