diff options
author | Shadab Zafar <dufferzafar0@gmail.com> | 2016-08-08 14:03:50 +0530 |
---|---|---|
committer | Shadab Zafar <dufferzafar0@gmail.com> | 2016-08-15 12:00:23 +0530 |
commit | e9c6563367c3fed05ddbdc89e35677af0f230b0d (patch) | |
tree | 758429926bafa4c475f9943e14f6e8594f19078c /examples/har_dump.py | |
parent | a2a8283fa419ab8eb3406952802044cfabdd4f88 (diff) | |
download | mitmproxy-e9c6563367c3fed05ddbdc89e35677af0f230b0d.tar.gz mitmproxy-e9c6563367c3fed05ddbdc89e35677af0f230b0d.tar.bz2 mitmproxy-e9c6563367c3fed05ddbdc89e35677af0f230b0d.zip |
Fix wrong import
Diffstat (limited to 'examples/har_dump.py')
-rw-r--r-- | examples/har_dump.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/har_dump.py b/examples/har_dump.py index 298f76a0..b686e692 100644 --- a/examples/har_dump.py +++ b/examples/har_dump.py @@ -11,8 +11,8 @@ from datetime import datetime import pytz import mitmproxy -from mitmproxy import version +from netlib import version from netlib.http import cookies HAR = {} |