Add missing _ imports to allow doc generation

Fixes bug: 1209413

Change-Id: I7d405ceb6a500cbb3d0eb19e85cb0540564e0643
This commit is contained in:
Steve Baker
2013-08-08 11:20:48 +12:00
parent c84b2802a9
commit 0453785f3f
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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