summaryrefslogtreecommitdiff
path: root/heat/objects/raw_template_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/objects/raw_template_files.py')
-rw-r--r--heat/objects/raw_template_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/objects/raw_template_files.py b/heat/objects/raw_template_files.py
index 1afed6e7e..36d6cde91 100644
--- a/heat/objects/raw_template_files.py
+++ b/heat/objects/raw_template_files.py
@@ -16,7 +16,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