jerkins wants base imported .. what jerkins wants .. jerkins gets

This commit is contained in:
Chris Meyers 2015-04-14 10:22:39 -04:00
parent 4a4b14ba98
commit af25a362da
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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