mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
3aac0adfe0
* Rename libregrtest.main_in_temp_cwd() to libregrtest.main() * Add regrtest.main_in_temp_cwd() alias to libregrtest.main() * Move old main_in_temp_cwd() code into libregrtest.Regrtest.main() * Update multiple scripts to call libregrtest.main()
3 lines
41 B
Python
3 lines
41 B
Python
from test.libregrtest import main
|
|
main()
|