aboutsummaryrefslogtreecommitdiffstats
path: root/release/specs/mitmproxy_main
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-11-28 00:51:52 +0100
committerGitHub <noreply@github.com>2016-11-28 00:51:52 +0100
commit3154dc87fd88fb9b4a7db3e2752ec7e6d6cbd303 (patch)
treed7aeaa2e1dd14f2f360faf90cb34c5273a338569 /release/specs/mitmproxy_main
parent568f40c810f4de60f10bd814608fde8268ef7733 (diff)
downloadmitmproxy-3154dc87fd88fb9b4a7db3e2752ec7e6d6cbd303.tar.gz
mitmproxy-3154dc87fd88fb9b4a7db3e2752ec7e6d6cbd303.tar.bz2
mitmproxy-3154dc87fd88fb9b4a7db3e2752ec7e6d6cbd303.zip
fix pyinstaller
amongst other things, fix #1746
Diffstat (limited to 'release/specs/mitmproxy_main')
-rw-r--r--release/specs/mitmproxy_main3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/specs/mitmproxy_main b/release/specs/mitmproxy_main
new file mode 100644
index 00000000..59160ff7
--- /dev/null
+++ b/release/specs/mitmproxy_main
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+from mitmproxy.tools.main import mitmproxy
+mitmproxy()