]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Put the Template class in its own file
authorZane Bitter <zbitter@redhat.com>
Wed, 31 Oct 2012 19:18:42 +0000 (20:18 +0100)
committerZane Bitter <zbitter@redhat.com>
Wed, 31 Oct 2012 19:18:42 +0000 (20:18 +0100)
commitd806f727dbebe6bc1616ed4723f967c94f1349a8
treeb00f1ce029c7b678c1f1a194376c1e618fea08cb
parente0bb98d4f5ec918cec8514b8bc5c39057aaaf6d2
Put the Template class in its own file

Change-Id: I5e3a9ef79c1c4f893720cfa529066d49a7c83ad1
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/api.py
heat/engine/parser.py
heat/engine/template.py [new file with mode: 0644]
heat/tests/test_parser.py