diff --git a/oslo_concurrency/openstack/common/fileutils.py b/oslo_concurrency/openstack/common/fileutils.py index ec26eaf..64cee1c 100644 --- a/oslo_concurrency/openstack/common/fileutils.py +++ b/oslo_concurrency/openstack/common/fileutils.py @@ -19,7 +19,7 @@ import logging import os import tempfile -from oslo.utils import excutils +from oslo_utils import excutils LOG = logging.getLogger(__name__)