summaryrefslogtreecommitdiff
path: root/nova/api/openstack/compute/ips.py
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-07-11 21:03:15 -0400
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-07-18 14:28:09 -0400
commit826aed0ec7e59d52d515a86569b6e23b08c6c072 (patch)
treec40caa265d563310db5fb64d2247486cfa732e81 /nova/api/openstack/compute/ips.py
parentff756a0184806a30902d5e68a8f30345b54a6ed1 (diff)
downloadnova-826aed0ec7e59d52d515a86569b6e23b08c6c072.tar.gz
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
Diffstat (limited to 'nova/api/openstack/compute/ips.py')
-rw-r--r--nova/api/openstack/compute/ips.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/compute/ips.py b/nova/api/openstack/compute/ips.py
index 3117b6b498..a537f21dcb 100644
--- a/nova/api/openstack/compute/ips.py
+++ b/nova/api/openstack/compute/ips.py
@@ -20,7 +20,7 @@ from nova.api.openstack import common
from nova.api.openstack.compute.views import addresses as view_addresses
from nova.api.openstack import wsgi
from nova.api.openstack import xmlutil
-from nova.openstack.common.gettextutils import _
+from nova.i18n import _
def make_network(elem):