From 3f7c62e91c25ba106371dfc2d04f3e28f4e64665 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Tue, 11 Mar 2014 21:25:45 +0100 Subject: [PATCH] cinder-rtstool imports a not existing module cinder.openstack.common.gettextutils should be imported in cinder-rtstool instead of gettextutils. Change-Id: I6ce047100c967d72dc31ced0903bc4ad38fecaa4 --- bin/cinder-rtstool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cinder-rtstool b/bin/cinder-rtstool index 6cbf44472..057d17188 100755 --- a/bin/cinder-rtstool +++ b/bin/cinder-rtstool @@ -16,12 +16,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -import gettextutils import re import sys import rtslib +from cinder.openstack.common import gettextutils gettextutils.enable_lazy() gettextutils.install('cinder-rtstool', lazy=True) -- 2.45.2