summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oslo_concurrency/openstack/common/fileutils.py2
1 files changed, 1 insertions, 1 deletions
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__)