mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +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 libs
|
||||||
import salt.cloud.utils
|
import salt.cloud.utils
|
||||||
import salt.cloud.config as config
|
import salt.cloud.config as config
|
||||||
from salt.cloud.exceptions import SaltCloudNotFound
|
from salt.cloud.exceptions import SaltCloudNotFound, SaltCloudSystemExit
|
||||||
|
|
||||||
# Get logging started
|
# Get logging started
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user