policy2tosca patch set-6 41/20041/1
authorshiva-charan.m-s <shiva-charan.m-s@hpe.com>
Wed, 27 Jul 2016 03:34:23 +0000 (22:34 -0500)
committerjulien zhang <zhang.jun3g@zte.com.cn>
Wed, 31 Aug 2016 15:17:52 +0000 (15:17 +0000)
commitb2b1fea8a0da80e59490f8c407a10915808cf004
tree4be4f8933f21a811a3a2a1409b3bf5ef062bb2a0
parentfa738b2e44cd0fe0d1a3c5ef2d242ce66152a314
policy2tosca patch set-6

Change-Id: Id93490753ba93e4c3aa00cd487855e3d2970ae9a
Signed-off-by: shiva-charan <shiva-charan.m-s@hpe.com>
(cherry picked from commit d93490753ba93e4c3aa00cd487855e3d2970ae9a)
23 files changed:
policy2tosca/README.rst [new file with mode: 0644]
policy2tosca/build/lib.linux-x86_64-2.7/policy2tosca/__init__.py [new file with mode: 0644]
policy2tosca/build/lib.linux-x86_64-2.7/policy2tosca/add_definition.py [new file with mode: 0644]
policy2tosca/build/lib.linux-x86_64-2.7/policy2tosca/add_type.py [new file with mode: 0644]
policy2tosca/build/lib.linux-x86_64-2.7/policy2tosca/del_definition.py [new file with mode: 0644]
policy2tosca/build/lib.linux-x86_64-2.7/policy2tosca/del_type.py [new file with mode: 0644]
policy2tosca/build/lib.linux-x86_64-2.7/policy2tosca/main.py [new file with mode: 0644]
policy2tosca/dist/policy2tosca-0.1-py2.7.egg [new file with mode: 0644]
policy2tosca/policy2tosca.egg-info/PKG-INFO [new file with mode: 0644]
policy2tosca/policy2tosca.egg-info/SOURCES.txt [new file with mode: 0644]
policy2tosca/policy2tosca.egg-info/dependency_links.txt [new file with mode: 0644]
policy2tosca/policy2tosca.egg-info/entry_points.txt [new file with mode: 0644]
policy2tosca/policy2tosca.egg-info/namespace_packages.txt [new file with mode: 0644]
policy2tosca/policy2tosca.egg-info/not-zip-safe [new file with mode: 0644]
policy2tosca/policy2tosca.egg-info/requires.txt [new file with mode: 0644]
policy2tosca/policy2tosca.egg-info/top_level.txt [new file with mode: 0644]
policy2tosca/policy2tosca/__init__.py [new file with mode: 0644]
policy2tosca/policy2tosca/add_definition.py [new file with mode: 0644]
policy2tosca/policy2tosca/add_type.py [new file with mode: 0644]
policy2tosca/policy2tosca/del_definition.py [new file with mode: 0644]
policy2tosca/policy2tosca/del_type.py [new file with mode: 0644]
policy2tosca/policy2tosca/main.py [new file with mode: 0644]
policy2tosca/setup.py [new file with mode: 0644]