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/connection.py b/Lib/multiprocessing/connection.py index b1f5acd..99b338e 100644 --- a/Lib/multiprocessing/connection.py +++ b/Lib/multiprocessing/connection.py
@@ -173,7 +173,7 @@ else: - from ._multiprocessing import win32 + from _multiprocessing import win32 def Pipe(duplex=True): '''