From f419c51fea3219386308b34971e76a908693b33d Mon Sep 17 00:00:00 2001 From: liyin Date: Tue, 17 Jan 2017 10:56:19 +0800 Subject: Modify utils/ code into PEP8 style JIRA: BOTTLENECK-100 Modify all the code in the utils folder into PEP8 style. Using more standard way to realize our function. Change-Id: Ie75c57f7fdd2a9d03849c3cb240918a6779d6be9 Signed-off-by: liyin --- utils/infra_setup/heat/tests/generate_template_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/infra_setup') diff --git a/utils/infra_setup/heat/tests/generate_template_test.py b/utils/infra_setup/heat/tests/generate_template_test.py index 83c905ad..374ca30e 100755 --- a/utils/infra_setup/heat/tests/generate_template_test.py +++ b/utils/infra_setup/heat/tests/generate_template_test.py @@ -7,14 +7,14 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +import template +import common import os import unittest import mock import sys sys.path.append("..") -import template -import common def reset_common(): -- cgit 1.2.3-korg