summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-03-12 14:21:23 +0000
committerGerrit Code Review <review@openstack.org>2015-03-12 14:21:23 +0000
commita2473ed0a59e4553766ffcb1ee8f06cb98b14a48 (patch)
tree732e65e560ed2e48f816ab0f310ecf1e4682f023
parent94624a77fe471d5037571d0e1710259446b68a39 (diff)
parentff5425613aa9848961f36f19244cc5d385b10a94 (diff)
downloadoslo-concurrency-a2473ed0a59e4553766ffcb1ee8f06cb98b14a48.tar.gz
Merge "Switch to non-namespaced module imports"1.8.0
-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__)