Fix pprint import

This commit is contained in:
Shadab Zafar 2016-03-04 03:02:49 +05:30
parent 1c80599379
commit 7108d72705

View File

@ -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()