From e9c6563367c3fed05ddbdc89e35677af0f230b0d Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Mon, 8 Aug 2016 14:03:50 +0530 Subject: Fix wrong import --- examples/har_dump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 = {} -- cgit v1.2.3