aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-06-09 13:55:55 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-06-09 13:55:55 +1200
commit22192d1a46a45b3824290ff4095539fa8b6be1fa (patch)
treeca395bf8a5b17ac12534a89bf008c64a627a3425 /libmproxy/proxy.py
parentb7b357528c3d3867f1a29400de3a11f2d976e60d (diff)
downloadmitmproxy-22192d1a46a45b3824290ff4095539fa8b6be1fa.tar.gz
mitmproxy-22192d1a46a45b3824290ff4095539fa8b6be1fa.tar.bz2
mitmproxy-22192d1a46a45b3824290ff4095539fa8b6be1fa.zip
Nose mopup: docs, no cover pragmas, a few missing path specs.
Diffstat (limited to 'libmproxy/proxy.py')
-rw-r--r--libmproxy/proxy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmproxy/proxy.py b/libmproxy/proxy.py
index 2c0fa57b..9249de86 100644
--- a/libmproxy/proxy.py
+++ b/libmproxy/proxy.py
@@ -257,7 +257,6 @@ class FileLike:
return result
-#begin nocover
class RequestReplayThread(threading.Thread):
def __init__(self, config, flow, masterq):
self.config, self.flow, self.masterq = config, flow, masterq