From 9e94fdc6db83bc2d11b6a9cd1df5222827df3ce8 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 15 May 2013 11:25:25 +1200 Subject: Make ready for pyinstaller. --- mitmdump | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mitmdump') diff --git a/mitmdump b/mitmdump index 5d2a9e44..da3c80e1 100755 --- a/mitmdump +++ b/mitmdump @@ -16,7 +16,8 @@ # along with this program. If not, see . import sys, signal -from libmproxy import proxy, dump, cmdline, version +# The unneccesary console import here is to work around a bug in pyinstaller +from libmproxy import proxy, dump, cmdline, version, console import argparse if __name__ == '__main__': -- cgit v1.2.3