diff options
author | smill <smill@cuckoo.sh> | 2016-09-04 01:35:03 +0000 |
---|---|---|
committer | smill <smill@cuckoo.sh> | 2016-09-04 01:35:03 +0000 |
commit | e278ce6455b63eb9da61f0e92d7f25cbdf881d8b (patch) | |
tree | f2da663cdcecf75effc94dec8d345d3d41257e9f /netlib | |
parent | fbfedbdc8f02bc36191d3fbf0f5cb7756331c89d (diff) | |
download | mitmproxy-e278ce6455b63eb9da61f0e92d7f25cbdf881d8b.tar.gz mitmproxy-e278ce6455b63eb9da61f0e92d7f25cbdf881d8b.tar.bz2 mitmproxy-e278ce6455b63eb9da61f0e92d7f25cbdf881d8b.zip |
Removed a mistakenly inserted newline character.
Diffstat (limited to 'netlib')
-rw-r--r-- | netlib/tcp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/netlib/tcp.py b/netlib/tcp.py index 37460743..1fd0164f 100644 --- a/netlib/tcp.py +++ b/netlib/tcp.py @@ -875,7 +875,6 @@ class BaseHandler(_Connection): class Counter: - def __init__(self): self._count = 0 self._lock = threading.Lock() |