Fix pep8 warning
Change-Id: Ia0b4336e7e861fefc7afebc99a3c6ddf48841d71 Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
38f886947c
commit
5655589895
2
bin/heat
2
bin/heat
@ -43,7 +43,7 @@ scriptname = os.path.basename(sys.argv[0])
|
|||||||
gettext.install('heat', unicode=1)
|
gettext.install('heat', unicode=1)
|
||||||
|
|
||||||
if scriptname == 'heat-boto':
|
if scriptname == 'heat-boto':
|
||||||
from heat import boto_client as heat_client
|
from heat import boto_client as heat_client
|
||||||
else:
|
else:
|
||||||
from heat import client as heat_client
|
from heat import client as heat_client
|
||||||
from heat import version
|
from heat import version
|
||||||
|
Loading…
Reference in New Issue
Block a user