From f9aaf1165204bc6d8128d3ab3b695ec392ca23b1 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 12 Mar 2015 07:11:21 -0400 Subject: [PATCH] Switch to non-namespaced module imports Change-Id: If88e06eb52934d7cbf10a84f47776b2e89b568c1 --- oslo_policy/openstack/common/fileutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_policy/openstack/common/fileutils.py b/oslo_policy/openstack/common/fileutils.py index 6cacf22b..9097c35d 100644 --- a/oslo_policy/openstack/common/fileutils.py +++ b/oslo_policy/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__)