summaryrefslogtreecommitdiffstats
path: root/tests/unit/db
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-02-04 17:47:27 +0000
committerMark McLoughlin <markmc@redhat.com>2013-02-07 15:25:29 -0500
commit8e04d2760f421ef43c18d046cf0392f9e631b951 (patch)
treed355968d5bc5a73b6d3e3cb12b1b5a2f6e67e57c /tests/unit/db
parentcec0f5b07abaaae989619536df25d70166fb343e (diff)
downloadoslo-8e04d2760f421ef43c18d046cf0392f9e631b951.tar.gz
oslo-8e04d2760f421ef43c18d046cf0392f9e631b951.tar.xz
oslo-8e04d2760f421ef43c18d046cf0392f9e631b951.zip
Minor tweak to make update.py happy
Fairly lame to do this instead of just fixing update.py, but we seem to do it this way everywhere else, so ... Change-Id: Ie1cebcfec57c6138b9b726d7d3bc6e0ea456f146
Diffstat (limited to 'tests/unit/db')
-rw-r--r--tests/unit/db/sqlalchemy/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/db/sqlalchemy/test_models.py b/tests/unit/db/sqlalchemy/test_models.py
index 17f1c1b..cd1a664 100644
--- a/tests/unit/db/sqlalchemy/test_models.py
+++ b/tests/unit/db/sqlalchemy/test_models.py
@@ -15,7 +15,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import openstack.common.db.sqlalchemy.models as models
+from openstack.common.db.sqlalchemy import models
from tests import utils as test_utils