summaryrefslogtreecommitdiff
path: root/openstack_dashboard/api/rest/cinder.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/api/rest/cinder.py')
-rw-r--r--openstack_dashboard/api/rest/cinder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/api/rest/cinder.py b/openstack_dashboard/api/rest/cinder.py
index 4c9731c50..b3e36457f 100644
--- a/openstack_dashboard/api/rest/cinder.py
+++ b/openstack_dashboard/api/rest/cinder.py
@@ -13,7 +13,7 @@
# limitations under the License.
"""API over the cinder service."""
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
from django.views import generic
from openstack_dashboard import api