From 707c94f32dd3f377ae54e0a32af8b523f1a0e384 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Mon, 15 Jul 2013 14:51:28 -0400 Subject: [PATCH] Import json directly, don't assume it is always available via awx.main.models.*. --- awx/main/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 5afd37ec16..f759d81eac 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -2,6 +2,7 @@ # All Rights Reserved. import cStringIO +import json import logging import os import select