Merge "DB: remove deprecated oslo_db warnings"

This commit is contained in:
Jenkins 2017-02-03 09:20:23 +00:00 committed by Gerrit Code Review
commit 36cfbdc6ee

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