commit | 5458647bb867770fc3d830a618cef6994fdfac4b | [log] [tgz] |
---|---|---|
author | Davin Potts <python@discontinuity.net> | Fri Sep 09 18:03:10 2016 -0500 |
committer | Davin Potts <python@discontinuity.net> | Fri Sep 09 18:03:10 2016 -0500 |
tree | f16fef69f4ddf36872152328fe302d22e2258763 | |
parent | f1024f74250d534d16a9970e5093b3b4e693b398 [diff] [blame] |
Issue #28053: Applying refactorings, docs and other cleanup to follow.
diff --git a/Lib/multiprocessing/resource_sharer.py b/Lib/multiprocessing/resource_sharer.py index 5e46fc6..e44a728 100644 --- a/Lib/multiprocessing/resource_sharer.py +++ b/Lib/multiprocessing/resource_sharer.py
@@ -15,7 +15,7 @@ import threading from . import process -from . import reduction +from .context import reduction from . import util __all__ = ['stop']