summaryrefslogtreecommitdiff
path: root/heatclient/common/environment_format.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/common/environment_format.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/common/environment_format.py')
-rw-r--r--heatclient/common/environment_format.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/heatclient/common/environment_format.py b/heatclient/common/environment_format.py
index 179a205..6870b79 100644
--- a/heatclient/common/environment_format.py
+++ b/heatclient/common/environment_format.py
@@ -10,11 +10,11 @@
# License for the specific language governing permissions and limitations
# under the License.
+import yaml
+
from heatclient.common import template_format
from heatclient.openstack.common._i18n import _
-import yaml
-
SECTIONS = (
PARAMETER_DEFAULTS, PARAMETERS, RESOURCE_REGISTRY, EVENT_SINKS