summaryrefslogtreecommitdiff
path: root/heat
diff options
context:
space:
mode:
Diffstat (limited to 'heat')
-rw-r--r--heat/cmd/all.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/heat/cmd/all.py b/heat/cmd/all.py
index d5ea33f4e..dd16b06cd 100644
--- a/heat/cmd/all.py
+++ b/heat/cmd/all.py
@@ -19,10 +19,14 @@ An OpenStack Heat server that can run all services.
import eventlet
eventlet.monkey_patch(os=False)
-import six
-
import sys
+from oslo_config import cfg
+import oslo_i18n as i18n
+from oslo_log import log as logging
+from oslo_service import systemd
+import six
+
from heat.cmd import api
from heat.cmd import api_cfn
from heat.cmd import api_cloudwatch
@@ -30,10 +34,7 @@ from heat.cmd import engine
from heat.common import config
from heat.common import messaging
from heat import version
-from oslo_config import cfg
-import oslo_i18n as i18n
-from oslo_log import log as logging
-from oslo_service import systemd
+
i18n.enable_lazy()