summaryrefslogtreecommitdiff
path: root/oslo_messaging/_executors/impl_thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_messaging/_executors/impl_thread.py')
-rw-r--r--oslo_messaging/_executors/impl_thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_messaging/_executors/impl_thread.py b/oslo_messaging/_executors/impl_thread.py
index 2ed4560..ca8ebc7 100644
--- a/oslo_messaging/_executors/impl_thread.py
+++ b/oslo_messaging/_executors/impl_thread.py
@@ -20,9 +20,9 @@ import sys
import threading
from concurrent import futures
+from oslo_utils import excutils
import six
-from oslo.utils import excutils
from oslo_messaging._executors import base