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:
parent
d0a2c1650a
commit
2ba12ae4ee
@ -14,7 +14,7 @@ import abc
|
|||||||
import netaddr
|
import netaddr
|
||||||
|
|
||||||
from oslo_db import exception
|
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 timeutils
|
||||||
from oslo_utils import uuidutils
|
from oslo_utils import uuidutils
|
||||||
import six
|
import six
|
||||||
|
Loading…
Reference in New Issue
Block a user