From 0fbe418d12d94c660c880a357ad3ce5a9b5211cd Mon Sep 17 00:00:00 2001 From: Chris Alfonso Date: Tue, 24 Apr 2012 16:53:31 -0400 Subject: [PATCH] Adding the nova.exeption import to fix the tree --- heat/db/sqlalchemy/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/db/sqlalchemy/session.py b/heat/db/sqlalchemy/session.py index 57227111..8e91c242 100644 --- a/heat/db/sqlalchemy/session.py +++ b/heat/db/sqlalchemy/session.py @@ -13,7 +13,7 @@ # under the License. """Session Handling for SQLAlchemy backend.""" - +import nova.exception import sqlalchemy.interfaces import sqlalchemy.orm from sqlalchemy.exc import DisconnectionError -- 2.45.2