aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/__init__.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-12-29 21:55:05 +0100
committerMaximilian Hils <git@maximilianhils.com>2017-12-30 18:48:49 +0100
commitd15bdf8d033b5ff2b5a465e74482e70a2a477069 (patch)
tree93b681b0171436eed1cca51e2d93db739bb73e6b /mitmproxy/__init__.py
parent9dc3d16bf2554ca1fb6d191c232d096fe0774110 (diff)
downloadmitmproxy-d15bdf8d033b5ff2b5a465e74482e70a2a477069.tar.gz
mitmproxy-d15bdf8d033b5ff2b5a465e74482e70a2a477069.tar.bz2
mitmproxy-d15bdf8d033b5ff2b5a465e74482e70a2a477069.zip
fix appveyor build script
we now have a module named "types", which of course confuses Python 3.5. O:-)
Diffstat (limited to 'mitmproxy/__init__.py')
-rw-r--r--mitmproxy/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/mitmproxy/__init__.py b/mitmproxy/__init__.py
index 9697de87..e69de29b 100644
--- a/mitmproxy/__init__.py
+++ b/mitmproxy/__init__.py
@@ -1,3 +0,0 @@
-# https://github.com/mitmproxy/mitmproxy/issues/1809
-# import script here so that pyinstaller registers it.
-from . import script # noqa