summaryrefslogtreecommitdiff
path: root/heat/objects/snapshot.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/objects/snapshot.py')
-rw-r--r--heat/objects/snapshot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/objects/snapshot.py b/heat/objects/snapshot.py
index 95c758d05..23d569a40 100644
--- a/heat/objects/snapshot.py
+++ b/heat/objects/snapshot.py
@@ -18,7 +18,7 @@
from oslo_versionedobjects import base
from oslo_versionedobjects import fields
-from heat.db.sqlalchemy import api as db_api
+from heat.db import api as db_api
from heat.objects import base as heat_base
from heat.objects import fields as heat_fields