summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/resource_sharer.py
diff options
context:
space:
mode:
authorDavin Potts <python@discontinuity.net>2016-09-09 18:03:10 -0500
committerDavin Potts <python@discontinuity.net>2016-09-09 18:03:10 -0500
commit5458647bb867770fc3d830a618cef6994fdfac4b (patch)
treef16fef69f4ddf36872152328fe302d22e2258763 /Lib/multiprocessing/resource_sharer.py
parentf1024f74250d534d16a9970e5093b3b4e693b398 (diff)
downloadcpython-git-5458647bb867770fc3d830a618cef6994fdfac4b.tar.gz
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Diffstat (limited to 'Lib/multiprocessing/resource_sharer.py')
-rw-r--r--Lib/multiprocessing/resource_sharer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/multiprocessing/resource_sharer.py b/Lib/multiprocessing/resource_sharer.py
index 5e46fc65b4..e44a728fa9 100644
--- a/Lib/multiprocessing/resource_sharer.py
+++ b/Lib/multiprocessing/resource_sharer.py
@@ -15,7 +15,7 @@ import sys
import threading
from . import process
-from . import reduction
+from .context import reduction
from . import util
__all__ = ['stop']