]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Move the cfn client code to a subpackage
authorZane Bitter <zbitter@redhat.com>
Thu, 13 Dec 2012 10:20:33 +0000 (11:20 +0100)
committerZane Bitter <zbitter@redhat.com>
Thu, 13 Dec 2012 10:25:23 +0000 (11:25 +0100)
commit5ef68bbc45fccc597679f3a05883947a44323c85
tree1c48a03d1a4e3769f81abc53f8420cf394b13803
parent772818102cc815186ed44bfb2f78ca6c36266fbf
Move the cfn client code to a subpackage

This will make packaging easier.

Change-Id: I8e0f0a3d85bdf073a3b3272f920ad60f27e929e3
Signed-off-by: Zane Bitter <zbitter@redhat.com>
bin/heat-cfn
bin/heat-watch
heat/cfn_client/__init__.py [new file with mode: 0644]
heat/cfn_client/boto_client.py [moved from heat/boto_client.py with 100% similarity]
heat/cfn_client/boto_client_cloudwatch.py [moved from heat/boto_client_cloudwatch.py with 100% similarity]
heat/cfn_client/client.py [moved from heat/client.py with 100% similarity]
heat/cfn_client/utils.py [moved from heat/utils.py with 100% similarity]
heat/common/client.py
heat/tests/functional/util.py