From 5655589895def95709d345509db95a2cc5e1ff7b Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Thu, 30 Aug 2012 11:41:25 +1000 Subject: [PATCH] Fix pep8 warning Change-Id: Ia0b4336e7e861fefc7afebc99a3c6ddf48841d71 Signed-off-by: Angus Salkeld --- bin/heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/heat b/bin/heat index 90dc28ba45..7f615b7078 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