fix import of oslo.concurrency

It's now oslo_concurrency, and importing the old symbol triggers a
deprecation warning. There were 2 instances of this unfixed.

Change-Id: Ib63da2d845843410634a1df0261af33b973daf32
This commit is contained in:
Sean Dague 2014-12-11 13:06:53 -05:00
parent f802776bf6
commit e258eecbae
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# under the License.
import mock
from oslo.concurrency import processutils
from oslo_concurrency import processutils
from nova import test
from nova import utils

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo.concurrency import processutils
from oslo_concurrency import processutils
from nova.i18n import _LE, _LW
from nova.openstack.common import log as logging