summaryrefslogtreecommitdiff
path: root/heatclient/common/deployment_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/common/deployment_utils.py')
-rw-r--r--heatclient/common/deployment_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heatclient/common/deployment_utils.py b/heatclient/common/deployment_utils.py
index e6d68f8..adb1769 100644
--- a/heatclient/common/deployment_utils.py
+++ b/heatclient/common/deployment_utils.py
@@ -11,11 +11,12 @@
# under the License.
import copy
+import uuid
+
import six
from six.moves.urllib import parse as urlparse
from swiftclient import client as sc
from swiftclient import utils as swiftclient_utils
-import uuid
from heatclient import exc
from heatclient.openstack.common._i18n import _