summaryrefslogtreecommitdiff
path: root/heatclient/v1/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/v1/shell.py')
-rw-r--r--heatclient/v1/shell.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py
index 68e641e..e8b5ba4 100644
--- a/heatclient/v1/shell.py
+++ b/heatclient/v1/shell.py
@@ -14,13 +14,13 @@
# under the License.
import logging
+
+from oslo_serialization import jsonutils
+from oslo_utils import strutils
import six
from six.moves.urllib import request
import yaml
-from oslo.serialization import jsonutils
-from oslo.utils import strutils
-
from heatclient.common import deployment_utils
from heatclient.common import template_format
from heatclient.common import template_utils