aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
diff options
context:
space:
mode:
authorHenrique <typoon@gmail.com>2019-11-12 22:08:42 -0500
committerHenrique <typoon@gmail.com>2019-11-12 22:08:42 -0500
commit55239a8a47746cca838f558ea4140d2187dfc8db (patch)
tree2d712e2f362e247980ba25093a5a5c3885a3dfd0 /mitmproxy
parent561d6d91d126d644a5183af3deadf9f90e5dfc7f (diff)
downloadmitmproxy-55239a8a47746cca838f558ea4140d2187dfc8db.tar.gz
mitmproxy-55239a8a47746cca838f558ea4140d2187dfc8db.tar.bz2
mitmproxy-55239a8a47746cca838f558ea4140d2187dfc8db.zip
Forgot to remove the import for shlex
Diffstat (limited to 'mitmproxy')
-rw-r--r--mitmproxy/command.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mitmproxy/command.py b/mitmproxy/command.py
index 625e87e5..4fbae533 100644
--- a/mitmproxy/command.py
+++ b/mitmproxy/command.py
@@ -5,7 +5,6 @@ import inspect
import types
import io
import typing
-import shlex
import textwrap
import functools
import sys