Add missing _ imports to allow doc generation
Fixes bug: 1209413 Change-Id: I7d405ceb6a500cbb3d0eb19e85cb0540564e0643
This commit is contained in:
@@ -26,6 +26,7 @@ from oslo.config import cfg
|
||||
|
||||
from heat.common import wsgi
|
||||
|
||||
from heat.openstack.common.gettextutils import _
|
||||
from heat.openstack.common import log as logging
|
||||
from heat.openstack.common import rpc
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ import functools
|
||||
import urlparse
|
||||
import sys
|
||||
from heat.openstack.common import exception
|
||||
from heat.openstack.common.gettextutils import _
|
||||
|
||||
|
||||
OpenstackException = exception.OpenstackException
|
||||
|
||||
@@ -45,6 +45,7 @@ import webob.exc
|
||||
|
||||
from heat.common import exception
|
||||
from heat.openstack.common import gettextutils
|
||||
from heat.openstack.common.gettextutils import _
|
||||
from heat.openstack.common import importutils
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user