From: Angus Salkeld Date: Thu, 30 Aug 2012 01:41:25 +0000 (+1000) Subject: Fix pep8 warning X-Git-Tag: 2014.1~1470 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5655589895def95709d345509db95a2cc5e1ff7b;p=openstack-build%2Fheat-build.git Fix pep8 warning Change-Id: Ia0b4336e7e861fefc7afebc99a3c6ddf48841d71 Signed-off-by: Angus Salkeld --- diff --git a/bin/heat b/bin/heat index 90dc28ba..7f615b70 100755 --- 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