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/forking.py b/Lib/multiprocessing/forking.py index a66f7a0..5e04725 100644 --- a/Lib/multiprocessing/forking.py +++ b/Lib/multiprocessing/forking.py
@@ -155,7 +155,7 @@ import _subprocess import time - from ._multiprocessing import win32, Connection, PipeConnection + from _multiprocessing import win32, Connection, PipeConnection from .util import Finalize #try: