summaryrefslogtreecommitdiff
path: root/heatclient/v1/stacks.py
diff options
context:
space:
mode:
authorshizhihui <zhihui.shi@easystack.cn>2016-07-28 12:25:39 +0800
committershizhihui <zhihui.shi@easystack.cn>2016-08-03 19:45:05 +0800
commit5dbbc102ebbeb4f6a007ac7dfc119cd7c4d436b8 (patch)
tree759a461f2d494271763e704ab1cdfcb6ab1cbb9a /heatclient/v1/stacks.py
parentd930e33cf4bcc9a870117eb00a19b3f5b4448b24 (diff)
downloadpython-heatclient-5dbbc102ebbeb4f6a007ac7dfc119cd7c4d436b8.tar.gz
Standardize import format
According to the rule in http://docs.openstack.org/developer/hacking/#imports I modify some irregular import format in heatclinet. Change-Id: I0200ddad88ee833d7de9d6df2c1519e4f4560db7
Diffstat (limited to 'heatclient/v1/stacks.py')
-rw-r--r--heatclient/v1/stacks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/v1/stacks.py b/heatclient/v1/stacks.py
index 40ac180..864772f 100644
--- a/heatclient/v1/stacks.py
+++ b/heatclient/v1/stacks.py
@@ -12,11 +12,11 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
-from heatclient.common import utils
import six
from six.moves.urllib import parse
+from heatclient.common import utils
from heatclient import exc
from heatclient.openstack.common._i18n import _
from heatclient.openstack.common.apiclient import base