commit | 2f8c8f47c740cadee8c16e5e07657e4657f905ec | [log] [tgz] |
---|---|---|
author | Jesse Noller <jnoller@gmail.com> | Sat Jul 03 12:26:02 2010 +0000 |
committer | Jesse Noller <jnoller@gmail.com> | Sat Jul 03 12:26:02 2010 +0000 |
tree | 0930e8f601a7bf2f59b2afa556248a329d3a1a11 | |
parent | 2b4eda4b5547b03fe0a8cd70a1d04f6e41830248 [diff] [blame] |
Submit patch for bug 9144; broken imports due to r81380
diff --git a/Lib/multiprocessing/reduction.py b/Lib/multiprocessing/reduction.py index 1813729..60e7151 100644 --- a/Lib/multiprocessing/reduction.py +++ b/Lib/multiprocessing/reduction.py
@@ -34,7 +34,7 @@ if sys.platform == 'win32': import _subprocess - from ._multiprocessing import win32 + from _multiprocessing import win32 def send_handle(conn, handle, destination_pid): process_handle = win32.OpenProcess(