summaryrefslogtreecommitdiff
path: root/heat/tests/test_stack.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/test_stack.py')
-rw-r--r--heat/tests/test_stack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/tests/test_stack.py b/heat/tests/test_stack.py
index 35374190c..278df8e23 100644
--- a/heat/tests/test_stack.py
+++ b/heat/tests/test_stack.py
@@ -27,7 +27,7 @@ from heat.common import context
from heat.common import exception
from heat.common import template_format
from heat.common import timeutils
-from heat.db.sqlalchemy import api as db_api
+from heat.db import api as db_api
from heat.engine.clients.os import keystone
from heat.engine.clients.os.keystone import fake_keystoneclient as fake_ks
from heat.engine.clients.os import nova