Merge branch '2017.7' into 2017.7

This commit is contained in:
Daniel Wallace 2017-10-27 14:12:06 -06:00 committed by GitHub
commit 54265769c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,9 @@ from __future__ import absolute_import
import os
import shutil
# Import Salt libs
import salt.utils
# Import Salt Testing libs
from tests.support.case import SPMCase, ModuleCase
from tests.support.helpers import destructiveTest