Switch from oslo.utils to oslo_utils
oslo_utils moved out of the oslo namespace. Partially Implements: blueprint drop-namespace-packages Change-Id: I3c38426142de535b5474676b1214ea72b231ce76
This commit is contained in:
parent
27ccf91997
commit
0e95eb0441
@ -18,7 +18,7 @@
|
||||
|
||||
import logging
|
||||
|
||||
from oslo.utils import timeutils
|
||||
from oslo_utils import timeutils
|
||||
import six.moves.urllib.parse as urlparse
|
||||
import swiftclient
|
||||
|
||||
|
@ -16,7 +16,7 @@ import logging
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.views.decorators.debug import sensitive_variables # noqa
|
||||
|
||||
from oslo.utils import strutils
|
||||
from oslo_utils import strutils
|
||||
import six
|
||||
|
||||
from horizon import exceptions
|
||||
|
@ -18,7 +18,7 @@ import errno
|
||||
import os
|
||||
import tempfile
|
||||
|
||||
from oslo.utils import excutils
|
||||
from oslo_utils import excutils
|
||||
|
||||
from openstack_dashboard.openstack.common import log as logging
|
||||
|
||||
|
@ -39,7 +39,7 @@ import traceback
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo.serialization import jsonutils
|
||||
from oslo.utils import importutils
|
||||
from oslo_utils import importutils
|
||||
import six
|
||||
from six import moves
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
from oslo.utils import timeutils
|
||||
from oslo_utils import timeutils
|
||||
|
||||
from django.utils import http as utils_http
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user