aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sslstrip.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-17 16:38:31 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-10-17 16:45:45 +1300
commitce98a9219e060b729d4b0d2dc28bf4510649f0fd (patch)
treec5be5cc8d53de169aadd7c30c4ad41b55b79c783 /examples/sslstrip.py
parent839813a84c3d63ca44d2721f6cb39b79c489195a (diff)
downloadmitmproxy-ce98a9219e060b729d4b0d2dc28bf4510649f0fd.tar.gz
mitmproxy-ce98a9219e060b729d4b0d2dc28bf4510649f0fd.tar.bz2
mitmproxy-ce98a9219e060b729d4b0d2dc28bf4510649f0fd.zip
test & examples: zap six
Diffstat (limited to 'examples/sslstrip.py')
-rw-r--r--examples/sslstrip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sslstrip.py b/examples/sslstrip.py
index 41cce896..b5e46397 100644
--- a/examples/sslstrip.py
+++ b/examples/sslstrip.py
@@ -1,5 +1,5 @@
import re
-from six.moves import urllib
+import urllib
# set of SSL/TLS capable hosts
secure_hosts = set()