mirror of
https://github.com/python/cpython.git
synced 2025-08-14 22:01:08 +00:00
Submit patch for bug 9144; broken imports due to r81380
This commit is contained in:
parent
2b4eda4b55
commit
2f8c8f47c7
4 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ __all__ = ['BufferWrapper']
|
|||
|
||||
if sys.platform == 'win32':
|
||||
|
||||
from ._multiprocessing import win32
|
||||
from _multiprocessing import win32
|
||||
|
||||
class Arena(object):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue