Fix pep8 warning

Change-Id: Ia0b4336e7e861fefc7afebc99a3c6ddf48841d71
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Angus Salkeld 2012-08-30 11:41:25 +10:00 committed by Gerrit Code Review
parent 38f886947c
commit 5655589895

View File

@ -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