mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix rev85282, add missing import of subprocess module
This commit is contained in:
parent
5617df1be6
commit
0688897f05
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Test case for the os.poll() function
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
import random
|
||||
import select
|
||||
import _testcapi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue