mirror of https://github.com/python/cpython.git
Fix rev85282, add missing import of subprocess module
This commit is contained in:
parent
5617df1be6
commit
0688897f05
|
@ -1,6 +1,7 @@
|
|||
# Test case for the os.poll() function
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
import random
|
||||
import select
|
||||
import _testcapi
|
||||
|
|
Loading…
Reference in New Issue