deb-heat/heat/db
Chris Alfonso d3bdddee68 Allowed the database call to return no parsed template.
The database impl was raising an exception if no parsed template
exists.  The logic that was looking up the parsed template
expects None to be returned if the template isn't stored.

* I also fixed some pep8 errors.
2012-05-10 15:31:31 -04:00
..
sqlalchemy Allowed the database call to return no parsed template. 2012-05-10 15:31:31 -04:00
__init__.py Stub out the database access API 2012-03-29 18:02:16 +02:00
api.py Scoping the session per thread (request). 2012-05-01 11:05:48 -04:00
migration.py Added db setup and teardown with sqlite 2012-04-23 08:17:10 -04:00