diff --git a/awx/main/tests/old/ad_hoc.py b/awx/main/tests/old/ad_hoc.py index f47ee89877..8052350517 100644 --- a/awx/main/tests/old/ad_hoc.py +++ b/awx/main/tests/old/ad_hoc.py @@ -7,6 +7,8 @@ import os import subprocess import tempfile import mock +import unittest2 as unittest + # Django from django.conf import settings