Adding the nova.exeption import to fix the tree

This commit is contained in:
Chris Alfonso 2012-04-24 16:53:31 -04:00
parent 710e2bb5f8
commit 30482f7290
1 changed files with 1 additions and 1 deletions

View 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