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