]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Adding the nova.exeption import to fix the tree
authorChris Alfonso <calfonso@redhat.com>
Tue, 24 Apr 2012 20:53:31 +0000 (16:53 -0400)
committerAngus Salkeld <asalkeld@redhat.com>
Thu, 26 Apr 2012 07:04:03 +0000 (17:04 +1000)
heat/db/sqlalchemy/session.py

index 572271117da0eba08abba308b11899b63cc46c47..8e91c242c06433343d7a3c5d0ece36fb5554079d 100644 (file)
@@ -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