rename oslo.concurrency to oslo_concurrency

oslo.concurrency-0.3.0 has moved its path to oslo_concurrency,
the old path oslo.concurrency can still work but is deprecated now.

Change-Id: I86629a81d55d88b67cdf0639dc9995887b516cca
Closes-Bug: #1398656
This commit is contained in:
ZhiQiang Fan 2014-12-06 11:48:29 +08:00 committed by ZhiQiang Fan
parent 3a41a9b349
commit 3a0a36073b
1 changed files with 1 additions and 1 deletions

View File

@ -19,8 +19,8 @@ import os
import socket
import sys
from oslo.concurrency import processutils
from oslo import i18n
from oslo_concurrency import processutils
import pbr.version