summaryrefslogtreecommitdiff
path: root/heat/tests/test_resource_properties_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/test_resource_properties_data.py')
-rw-r--r--heat/tests/test_resource_properties_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/tests/test_resource_properties_data.py b/heat/tests/test_resource_properties_data.py
index 2ef5374cf..bcf677564 100644
--- a/heat/tests/test_resource_properties_data.py
+++ b/heat/tests/test_resource_properties_data.py
@@ -13,7 +13,7 @@
from oslo_config import cfg
-from heat.db.sqlalchemy import models
+from heat.db import models
from heat.objects import resource_properties_data as rpd_object
from heat.tests import common
from heat.tests import utils