From: Chris Alfonso Date: Tue, 24 Apr 2012 20:53:31 +0000 (-0400) Subject: Adding the nova.exeption import to fix the tree X-Git-Tag: 2014.1~1932 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=30482f729079b109caf7bc1c3c7e2a5853df4cf8;p=openstack-build%2Fheat-build.git Adding the nova.exeption import to fix the tree --- diff --git a/heat/db/sqlalchemy/session.py b/heat/db/sqlalchemy/session.py index 08806cfe..c5b89d52 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