]> 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)
committerChris Alfonso <calfonso@redhat.com>
Tue, 24 Apr 2012 20:53:31 +0000 (16:53 -0400)
heat/db/sqlalchemy/session.py

index 08806cfee5cb87f6e21a2a863df59997585a1792..c5b89d52455f61f1245de7cf1f0653ebecdea098 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