From d97f03e09960a7ee28e2044e0cdc799d1763c54e Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Tue, 19 Aug 2014 11:31:17 +0100 Subject: [PATCH] Import missing gettextutils._ in shell.py Closes-Bug: #1355252 Change-Id: I3aef19235735b3b374b92985f142712cb0f37a35 --- glanceclient/shell.py | 1 + 1 file changed, 1 insertion(+) 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