diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-03-03 23:38:17 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-03-03 23:38:17 +0000 |
| commit | 7f9b64337119c7900c3d7c7d3948f1a19dc6685f (patch) | |
| tree | a27b79d336da3886f61ef8d09edfdc01a3a0692d /glanceclient/shell.py | |
| parent | 99c46d64a0ca62b43af06da8acc1556fd8b18465 (diff) | |
| parent | 1d823962e1f5bd4d4e0de1089254ca83f3d6481a (diff) | |
| download | python-glanceclient-7f9b64337119c7900c3d7c7d3948f1a19dc6685f.tar.gz | |
Merge "Remove graduated gettextutils from openstack/common"
Diffstat (limited to 'glanceclient/shell.py')
| -rw-r--r-- | glanceclient/shell.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/glanceclient/shell.py b/glanceclient/shell.py index f9bbfc0..a739e89 100644 --- a/glanceclient/shell.py +++ b/glanceclient/shell.py @@ -34,9 +34,9 @@ from oslo_utils import importutils import six.moves.urllib.parse as urlparse import glanceclient +from glanceclient import _i18n from glanceclient.common import utils from glanceclient import exc -from glanceclient.openstack.common.gettextutils import _ from keystoneclient.auth.identity import v2 as v2_auth from keystoneclient.auth.identity import v3 as v3_auth @@ -45,6 +45,7 @@ from keystoneclient.openstack.common.apiclient import exceptions as ks_exc from keystoneclient import session osprofiler_profiler = importutils.try_import("osprofiler.profiler") +_ = _i18n._ class OpenStackImagesShell(object): |
