summaryrefslogtreecommitdiff
path: root/bin/heat-api
diff options
context:
space:
mode:
Diffstat (limited to 'bin/heat-api')
-rwxr-xr-xbin/heat-api2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/heat-api b/bin/heat-api
index 77f11f8c5..871bcf157 100755
--- a/bin/heat-api
+++ b/bin/heat-api
@@ -20,7 +20,6 @@ import eventlet
eventlet.monkey_patch(os=False)
import os
-import six
import sys
# If ../heat/__init__.py exists, add ../ to Python search path, so that
@@ -33,6 +32,7 @@ if os.path.exists(os.path.join(possible_topdir, 'heat', '__init__.py')):
from oslo.config import cfg
from oslo import i18n
+import six
from heat.common import config
from heat.common.i18n import _LI