Merge "cinder-rtstool imports a not existing module"

This commit is contained in:
Jenkins 2014-03-13 17:43:44 +00:00 committed by Gerrit Code Review
commit ef3251623c
1 changed files with 1 additions and 1 deletions

View File

@ -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)