diff options
Diffstat (limited to 'mitmproxy/flow_export.py')
-rw-r--r-- | mitmproxy/flow_export.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mitmproxy/flow_export.py b/mitmproxy/flow_export.py index ae282fce..2ac33e15 100644 --- a/mitmproxy/flow_export.py +++ b/mitmproxy/flow_export.py @@ -5,7 +5,8 @@ import netlib.http from netlib.utils import parse_content_type import re -from six.moves.urllib.parse import urlparse, quote, quote_plus +from six.moves.urllib.parse import quote +from six.moves.urllib.parse import quote_plus def curl_command(flow): data = "curl " |