aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/certs.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-20 11:56:38 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-10-20 11:56:38 +1300
commit8430f857b504a3e7406dc36e54dc32783569d0dd (patch)
treed3116cd540faf01f272a0892fc6a9b83b4f6de8a /mitmproxy/certs.py
parent853e03a5e753354fad3a3fa5384ef3a09384ef43 (diff)
downloadmitmproxy-8430f857b504a3e7406dc36e54dc32783569d0dd.tar.gz
mitmproxy-8430f857b504a3e7406dc36e54dc32783569d0dd.tar.bz2
mitmproxy-8430f857b504a3e7406dc36e54dc32783569d0dd.zip
The final piece: netlib -> mitproxy.net
Diffstat (limited to 'mitmproxy/certs.py')
-rw-r--r--mitmproxy/certs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/certs.py b/mitmproxy/certs.py
index 9cb8a40e..83db4e6e 100644
--- a/mitmproxy/certs.py
+++ b/mitmproxy/certs.py
@@ -193,7 +193,7 @@ class CertStore:
@staticmethod
def load_dhparam(path):
- # netlib<=0.10 doesn't generate a dhparam file.
+ # mitmproxy<=0.10 doesn't generate a dhparam file.
# Create it now if neccessary.
if not os.path.exists(path):
with open(path, "wb") as f: