summaryrefslogtreecommitdiff
path: root/heat/objects/software_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/objects/software_config.py')
-rw-r--r--heat/objects/software_config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/heat/objects/software_config.py b/heat/objects/software_config.py
index 02ac8a908..e0d9d42c7 100644
--- a/heat/objects/software_config.py
+++ b/heat/objects/software_config.py
@@ -12,13 +12,12 @@
# License for the specific language governing permissions and limitations
# under the License.
-
"""SoftwareConfig object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields
-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 fields as heat_fields