mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-127906: Add missing sys import to test_cppext (#132902)
This commit is contained in:
parent
9888f175de
commit
9cba14881b
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
import os
|
||||
import platform
|
||||
import shlex
|
||||
import sys
|
||||
import sysconfig
|
||||
from test import support
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue