From c6993ae44ad02f32eb391df3085fb5383a29f61a Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Thu, 11 Sep 2014 12:52:37 -0500 Subject: [PATCH] Explicit import of django. --- awx/main/tests/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/tests/commands.py b/awx/main/tests/commands.py index b2a94d1728..32efaf4028 100644 --- a/awx/main/tests/commands.py +++ b/awx/main/tests/commands.py @@ -14,6 +14,7 @@ import urlparse import unittest # Django +import django from django.conf import settings from django.contrib.auth.models import User from django.core.management import call_command