summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2014-08-19 11:31:17 +0100
committerMatthew Booth <mbooth@redhat.com>2014-09-02 15:32:07 +0100
commitd97f03e09960a7ee28e2044e0cdc799d1763c54e (patch)
tree3239b0ddf33c3dcbffab451d322af45803cf37b6
parent6987295884f8eca57cb4e04796b91c9755b323e7 (diff)
downloadpython-glanceclient-d97f03e09960a7ee28e2044e0cdc799d1763c54e.tar.gz
Import missing gettextutils._ in shell.py
Closes-Bug: #1355252 Change-Id: I3aef19235735b3b374b92985f142712cb0f37a35
-rw-r--r--glanceclient/shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/glanceclient/shell.py b/glanceclient/shell.py
index c529b6e..4ace69b 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