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

@ -26,7 +26,7 @@ __all__ = ['BufferWrapper']
if sys.platform == 'win32':
from ._multiprocessing import win32
from _multiprocessing import win32
class Arena(object):