DB: remove deprecated oslo_db warnings

Commit 2ad571c8d7a7e1d8d18f7c5e97c564509fd34816 move the
test_base to a tests directory.

TrivialFix

Closes-Bug: #1648222

Change-Id: Ic5ce4a8555be4f80df69173ceefc03b73af65793
This commit is contained in:
Gary Kotton 2017-01-02 23:35:11 -08:00 committed by garyk
parent d0a2c1650a
commit 2ba12ae4ee

View File

@ -14,7 +14,7 @@ import abc
import netaddr
from oslo_db import exception
from oslo_db.sqlalchemy import test_base
from oslo_db.tests.sqlalchemy import base as test_base
from oslo_utils import timeutils
from oslo_utils import uuidutils
import six