aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/concurrent/futures/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/py/concurrent/futures/thread.py')
-rw-r--r--third_party/py/concurrent/futures/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/py/concurrent/futures/thread.py b/third_party/py/concurrent/futures/thread.py
index ce0dda0c38..98b553a025 100644
--- a/third_party/py/concurrent/futures/thread.py
+++ b/third_party/py/concurrent/futures/thread.py
@@ -9,7 +9,7 @@ import threading
import weakref
import sys
-from concurrent.futures import _base
+from third_party.py.concurrent.futures import _base
try:
import queue