summaryrefslogtreecommitdiff
path: root/heat/engine/worker.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/engine/worker.py')
-rw-r--r--heat/engine/worker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/engine/worker.py b/heat/engine/worker.py
index 28e2424e0..c2163ff59 100644
--- a/heat/engine/worker.py
+++ b/heat/engine/worker.py
@@ -24,7 +24,7 @@ from osprofiler import profiler
from heat.common import context
from heat.common import messaging as rpc_messaging
-from heat.db.sqlalchemy import api as db_api
+from heat.db import api as db_api
from heat.engine import check_resource
from heat.engine import node_data
from heat.engine import stack as parser