Explicitly import _ translation function

Having this installed in the global namespace no longer appears to be
supported. This should transition to oslo.i18n soon.

Change-Id: Ie85da45b407b3c85758e9f25945d60a5465c884e
This commit is contained in:
Jamie Lennox 2014-09-08 14:41:31 +10:00
parent f50b901586
commit 5adf3f01f2
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from kite.openstack.common.gettextutils import _ # noqa
_FATAL_EXCEPTION_FORMAT_ERRORS = False