mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Fix missing import in libregrtest.
This commit is contained in:
parent
6e8d6ed2f4
commit
08ec6d9611
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
from test import support
|
from test import support
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue