diff options
| author | Henrique <typoon@gmail.com> | 2019-11-12 22:08:42 -0500 |
|---|---|---|
| committer | Henrique <typoon@gmail.com> | 2019-11-12 22:08:42 -0500 |
| commit | 55239a8a47746cca838f558ea4140d2187dfc8db (patch) | |
| tree | 2d712e2f362e247980ba25093a5a5c3885a3dfd0 | |
| parent | 561d6d91d126d644a5183af3deadf9f90e5dfc7f (diff) | |
| download | mitmproxy-55239a8a47746cca838f558ea4140d2187dfc8db.tar.gz mitmproxy-55239a8a47746cca838f558ea4140d2187dfc8db.tar.bz2 mitmproxy-55239a8a47746cca838f558ea4140d2187dfc8db.zip | |
Forgot to remove the import for shlex
| -rw-r--r-- | mitmproxy/command.py | 1 |
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 |
