mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
jerkins wants base imported .. what jerkins wants .. jerkins gets
This commit is contained in:
parent
4a4b14ba98
commit
af25a362da
@ -6,3 +6,4 @@ from __future__ import absolute_import
|
||||
from .jobs_monolithic import * # noqa
|
||||
from .survey_password import * # noqa
|
||||
from .start_cancel import * # noqa
|
||||
from .base import * # noqa
|
||||
|
||||
@ -10,7 +10,6 @@ from django.conf import settings
|
||||
from django.test.utils import override_settings
|
||||
|
||||
# AWX
|
||||
import django
|
||||
from awx.main.models import * # noqa
|
||||
from awx.main.tests.base import BaseLiveServerTest
|
||||
from .base import BaseJobTestMixin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user