From 7108d727055324d08ba82cbce5c91173ee599201 Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Fri, 4 Mar 2016 03:02:49 +0530 Subject: [PATCH] Fix pprint import --- examples/har_extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/har_extractor.py b/examples/har_extractor.py index be9b986b5..25661f7c7 100644 --- a/examples/har_extractor.py +++ b/examples/har_extractor.py @@ -192,7 +192,7 @@ def done(context): """ Called once on script shutdown, after any other events. """ - from pprint import pprint + import pprint import json json_dump = context.HARLog.json()