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

@ -173,7 +173,7 @@ def Pipe(duplex=True):
else:
from ._multiprocessing import win32
from _multiprocessing import win32
def Pipe(duplex=True):
'''