mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Add missing import
This commit is contained in:
parent
be7240711c
commit
12504f171b
@ -28,7 +28,7 @@ import salt.utils.event
|
||||
# Import salt cloud libs
|
||||
import salt.cloud.utils
|
||||
import salt.cloud.config as config
|
||||
from salt.cloud.exceptions import SaltCloudNotFound
|
||||
from salt.cloud.exceptions import SaltCloudNotFound, SaltCloudSystemExit
|
||||
|
||||
# Get logging started
|
||||
log = logging.getLogger(__name__)
|
||||
|
Loading…
Reference in New Issue
Block a user