]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix pep8 warning
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 30 Aug 2012 01:41:25 +0000 (11:41 +1000)
committerGerrit Code Review <review@openstack.org>
Wed, 5 Sep 2012 23:47:44 +0000 (23:47 +0000)
Change-Id: Ia0b4336e7e861fefc7afebc99a3c6ddf48841d71
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
bin/heat

index 90dc28ba45577a9f8433695247b7a0612b695474..7f615b7078e15075d7f060a050d897518f464584 100755 (executable)
--- a/bin/heat
+++ b/bin/heat
@@ -43,7 +43,7 @@ scriptname = os.path.basename(sys.argv[0])
 gettext.install('heat', unicode=1)
 
 if scriptname == 'heat-boto':
-    from heat import  boto_client as heat_client
+    from heat import boto_client as heat_client
 else:
     from heat import client as heat_client
 from heat import version