Move oslo.utils to oslo_utils namespace

This is the fourth in a series of changes to move to using
the new oslo_<library> namespace that is being used for
oslo libraries.

There is currently a shim in place that is allowing the old
oslo.<library> imports to work, but we need to be prepared for
when the shims go away.  Thus, we need patches like this one to
move to the new namespace.

This patch also updates our hacking check to ensure that no instances
of oslo.utils sneak back in.

Change-Id: I19c331a9b54c5f42c278577ecc59fe1b65e61af0
This commit is contained in:
Jay S. Bryant
2015-01-16 16:54:27 -06:00
parent 09b1ff2091
commit b6ec77e6d4
181 changed files with 243 additions and 239 deletions

View File

@@ -23,10 +23,10 @@ import os
import random
from oslo import messaging
from oslo.utils import importutils
from oslo_concurrency import processutils
from oslo_config import cfg
from oslo_db import exception as db_exc
from oslo_utils import importutils
import osprofiler.notifier
from osprofiler import profiler
import osprofiler.web