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
This commit is contained in:
spzala 2015-08-29 02:51:33 -07:00
parent b3da01bd27
commit 827e72e469
1 changed files with 2 additions and 2 deletions

View File

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