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