From 827e72e469ba5baab1fd45c749a7525bb5475e53 Mon Sep 17 00:00:00 2001 From: spzala Date: Sat, 29 Aug 2015 02:51:33 -0700 Subject: [PATCH] Enable Translator with new TOSCA library (1) Make the first change to use new TOSCA pypi library using updated requirements. In order to keep Jenkins run smoothly, this work will be done under few different patches with considerably small changes. Partially Implements: blueprint use-tosca-parser-library Change-Id: Icc1fa300e9003d8a6d51f0c69418a52a00816b22 --- heat_translator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heat_translator.py b/heat_translator.py index 9f8343b7..0836b6e6 100644 --- a/heat_translator.py +++ b/heat_translator.py @@ -14,9 +14,9 @@ import os import sys +from toscaparser.tosca_template import ToscaTemplate +from toscaparser.utils.gettextutils import _ from translator.hot.tosca_translator import TOSCATranslator -from translator.toscalib.tosca_template import ToscaTemplate -from translator.toscalib.utils.gettextutils import _ """ Test the heat-translator from command line as: