Use oslo.i18n

oslo.i18n provides the i18n functions that were provided by
oslo-incubator's gettextutils module. Some tests that were
using internal details of the library were removed.

Change-Id: I44cfd5552e0dd86af21073419d31622f5fdb28e0
This commit is contained in:
Davanum Srinivas
2014-07-11 21:03:15 -04:00
parent ff756a0184
commit 826aed0ec7
296 changed files with 411 additions and 366 deletions

View File

@@ -21,7 +21,7 @@ import webob.dec
import webob.exc
from nova import context
from nova.openstack.common.gettextutils import _
from nova.i18n import _
from nova.openstack.common import jsonutils
from nova.openstack.common import log as logging
from nova.openstack.common.middleware import request_id