import salt.utils.yaml

This commit is contained in:
Ch3LL 2018-08-21 16:28:06 -04:00
parent 67290eaff7
commit f5b42dbb24
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -12,6 +12,7 @@ import yaml
from salt.config import cloud_providers_config
import salt.utils.cloud
import salt.utils.files
import salt.utils.yaml
# Import Salt Testing Libs
from tests.support.case import ShellCase