Modify utils/ code into PEP8 style
[bottlenecks.git] / utils / infra_setup / heat / tests / generate_template_test.py
index 83c905a..374ca30 100755 (executable)
@@ -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():