summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-13 00:54:26 +0000
committerGerrit Code Review <review@openstack.org>2014-09-13 00:54:26 +0000
commite4417169a6812d14ee9321989781272c4d34c208 (patch)
treedd1713463aa889f08fd49052c491d395d22a7a64
parentfde99a0a4df04609d7bb3a59bddc6cfe3508e71a (diff)
parentd97f03e09960a7ee28e2044e0cdc799d1763c54e (diff)
downloadpython-glanceclient-e4417169a6812d14ee9321989781272c4d34c208.tar.gz
Merge "Import missing gettextutils._ in shell.py"
-rw-r--r--glanceclient/shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/glanceclient/shell.py b/glanceclient/shell.py
index a0d2bdf..2640ef5 100644
--- a/glanceclient/shell.py
+++ b/glanceclient/shell.py
@@ -32,6 +32,7 @@ import six.moves.urllib.parse as urlparse
import glanceclient
from glanceclient.common import utils
from glanceclient import exc
+from glanceclient.openstack.common.gettextutils import _
from glanceclient.openstack.common import importutils
from glanceclient.openstack.common import strutils