aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-08-02 16:14:33 +1200
committerAldo Cortesi <aldo@nullcube.com>2011-08-02 16:14:33 +1200
commit357502fe03a5f86c1c29d35c5d607541df157640 (patch)
tree76921abb49a94131e63e0e0d8a9e623a45642bc1 /libmproxy/proxy.py
parent17835b9b78ae08f84a97e1128c23d85eab74c339 (diff)
downloadmitmproxy-357502fe03a5f86c1c29d35c5d607541df157640.tar.gz
mitmproxy-357502fe03a5f86c1c29d35c5d607541df157640.tar.bz2
mitmproxy-357502fe03a5f86c1c29d35c5d607541df157640.zip
General cleanup.
Cut out unused variables and code, generally shut up pychecker as much as is reasonable.
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 6707b65b..3ecd1f32 100644
--- a/libmproxy/proxy.py
+++ b/libmproxy/proxy.py
@@ -853,7 +853,6 @@ def certificate_option_group(parser):
def process_certificate_option_group(parser, options):
- conf = {}
if options.cert:
options.cert = os.path.expanduser(options.cert)
if not os.path.exists(options.cert):