fix import oslo.concurrency issue

Details can be checked in bug description

Change-Id: I01781266740b6041b72d17eb226c60b0cdde732c
Closes-Bug: #1398656
This commit is contained in:
Kennan 2014-12-03 11:02:08 +08:00
parent 4ec5d4dd9d
commit 542ac4cee3
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# under the License.
"""Utils to run ipmitool for data collection"""
from oslo.concurrency import processutils
from oslo_concurrency import processutils
from ceilometer.ipmi.platform import exception as ipmiexcept
from ceilometer.openstack.common.gettextutils import _

View File

@ -27,10 +27,10 @@ import hashlib
import multiprocessing
import struct
from oslo.concurrency import processutils
from oslo.config import cfg
from oslo.utils import timeutils
from oslo.utils import units
from oslo_concurrency import processutils
import six