Move from oslo.utils to oslo_utils (supplement)
oslo_utils has been moved out of the oslo namespace. bp drop-namespace-packages (First Change: Id4ccf076983592026d35407107e79cf1575248ce ) Change-Id: Ie8597692978c2fc090591bdae213e649e1a80c8c Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
This commit is contained in:
parent
ae8e071fab
commit
b8d62633ec
@ -21,7 +21,7 @@ import logging
|
||||
import math
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo.utils import excutils
|
||||
from oslo_utils import excutils
|
||||
from oslo_utils import units
|
||||
import six
|
||||
import six.moves.urllib.parse as urlparse
|
||||
|
@ -19,7 +19,7 @@
|
||||
import logging
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo.utils import importutils
|
||||
from oslo_utils import importutils
|
||||
from oslo_utils import units
|
||||
|
||||
from glance_store import capabilities
|
||||
|
Loading…
x
Reference in New Issue
Block a user