summaryrefslogtreecommitdiff
path: root/openstack/common/fileutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/fileutils.py')
-rw-r--r--openstack/common/fileutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/fileutils.py b/openstack/common/fileutils.py
index 6cacf22b..9097c35d 100644
--- a/openstack/common/fileutils.py
+++ b/openstack/common/fileutils.py
@@ -20,7 +20,7 @@ import os
import stat
import tempfile
-from oslo.utils import excutils
+from oslo_utils import excutils
LOG = logging.getLogger(__name__)