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