Submit patch for bug 9144; broken imports due to r81380

This commit is contained in:
Jesse Noller 2010-07-03 12:26:02 +00:00
parent 2b4eda4b55
commit 2f8c8f47c7
4 changed files with 4 additions and 4 deletions

View file

@ -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(