Revert imports

This commit is contained in:
twangboy 2018-01-17 11:28:11 -07:00
parent fbb4e712e7
commit f72e7c28f2
No known key found for this signature in database
GPG Key ID: 93FF3BDEB278C9EB

View File

@ -17,12 +17,12 @@
# Import Salt Testing Libs
from __future__ import absolute_import, print_function, unicode_literals
import os
try:
import pytest
except ImportError as import_error:
pytest = None
NO_PYTEST = not bool(pytest)
import os
from tests.support.mixins import LoaderModuleMockMixin
from tests.support.unit import TestCase, skipIf