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:
Zhi Yan Liu 2015-03-02 00:48:16 +08:00 committed by Ian Cordasco
parent ae8e071fab
commit b8d62633ec
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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