Add missing import

This commit is contained in:
David Boucha 2013-11-14 18:08:50 -07:00
parent be7240711c
commit 12504f171b

View File

@ -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__)