summaryrefslogtreecommitdiff
path: root/heat/objects/event.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/objects/event.py')
-rw-r--r--heat/objects/event.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/objects/event.py b/heat/objects/event.py
index f51a6ac8b..c9a356e97 100644
--- a/heat/objects/event.py
+++ b/heat/objects/event.py
@@ -19,7 +19,7 @@ from oslo_versionedobjects import base
from oslo_versionedobjects import fields
from heat.common import identifier
-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 resource_properties_data as rpd