summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/__init__.py
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2017-10-09 16:46:08 +0800
committerxiaodong shang <shang.xiaodong@zte.com.cn>2017-10-09 09:17:15 +0000
commit9e8270d05c80712d579b627d46964bcf99458228 (patch)
tree4b9a9ea033f1d12e6fcef6227257ffb7ba67b684 /tosca2heat/heat-translator/translator/__init__.py
parentc5c33ff28000cf16ee8ccf4426ea0e748e8a38c9 (diff)
Fix test for apex
Currently the test in apex is error, the patch will fix it. JIRA: PARSER-160 Change-Id: I0c290f7819468e1f400f1610fc87bceb72086b92 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat/heat-translator/translator/__init__.py')
-rw-r--r--tosca2heat/heat-translator/translator/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tosca2heat/heat-translator/translator/__init__.py b/tosca2heat/heat-translator/translator/__init__.py
index 3c2a807..aab5d8c 100644
--- a/tosca2heat/heat-translator/translator/__init__.py
+++ b/tosca2heat/heat-translator/translator/__init__.py
@@ -16,4 +16,4 @@ import pbr.version
__version__ = pbr.version.VersionInfo(
- 'heat-translator').version_string()
+ 'nfv-heattranslator').version_string()