mirror of https://github.com/python/cpython
issue 10527: fix missing import
This commit is contained in:
parent
0af71aae2d
commit
549d465fe2
|
@ -41,6 +41,7 @@ import errno
|
|||
import time
|
||||
import tempfile
|
||||
import itertools
|
||||
import select
|
||||
|
||||
import _multiprocessing
|
||||
from multiprocessing import current_process, AuthenticationError
|
||||
|
|
Loading…
Reference in New Issue