summaryrefslogtreecommitdiff
path: root/oslo_db/tests/sqlalchemy/test_models.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-09 18:29:02 +0000
committerGerrit Code Review <review@openstack.org>2016-11-09 18:29:02 +0000
commita198b0f78852ad67173bc2b2ded67a9d84347abb (patch)
treefc30258805a069c69e71f767db57c4a1a3cd9825 /oslo_db/tests/sqlalchemy/test_models.py
parentacb28bbaff77161f705a19b8404bdcba486d3883 (diff)
parent2ad571c8d7a7e1d8d18f7c5e97c564509fd34816 (diff)
downloadoslo-db-a198b0f78852ad67173bc2b2ded67a9d84347abb.tar.gz
Merge "Enhanced fixtures for enginefacade-based provisioning"
Diffstat (limited to 'oslo_db/tests/sqlalchemy/test_models.py')
-rw-r--r--oslo_db/tests/sqlalchemy/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_db/tests/sqlalchemy/test_models.py b/oslo_db/tests/sqlalchemy/test_models.py
index 1699bbc..60e8c55 100644
--- a/oslo_db/tests/sqlalchemy/test_models.py
+++ b/oslo_db/tests/sqlalchemy/test_models.py
@@ -21,7 +21,7 @@ from sqlalchemy import Integer, String
from sqlalchemy.ext.declarative import declarative_base
from oslo_db.sqlalchemy import models
-from oslo_db.sqlalchemy import test_base
+from oslo_db.tests.sqlalchemy import base as test_base
BASE = declarative_base()