summaryrefslogtreecommitdiff
path: root/heat/cmd/manage.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/cmd/manage.py')
-rw-r--r--heat/cmd/manage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/cmd/manage.py b/heat/cmd/manage.py
index 9f7b8e316..870c95d1d 100644
--- a/heat/cmd/manage.py
+++ b/heat/cmd/manage.py
@@ -25,8 +25,8 @@ from heat.common import exception
from heat.common.i18n import _
from heat.common import messaging
from heat.common import service_utils
-from heat.db.sqlalchemy import api as db_api
-from heat.db.sqlalchemy import migration as db_migration
+from heat.db import api as db_api
+from heat.db import migration as db_migration
from heat.objects import service as service_objects
from heat.rpc import client as rpc_client
from heat import version