mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 12:25:01 -02:30
Added missing import
This commit is contained in:
@@ -7,6 +7,8 @@ import os
|
|||||||
import subprocess
|
import subprocess
|
||||||
import tempfile
|
import tempfile
|
||||||
import mock
|
import mock
|
||||||
|
import unittest2 as unittest
|
||||||
|
|
||||||
|
|
||||||
# Django
|
# Django
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
|||||||
Reference in New Issue
Block a user