mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-109162: libregrtest: use relative imports (#109250)
libregrtest.__init__ no longer exposes any symbol, so "python -m test.libregrtest.worker" imports less modules.
This commit is contained in:
parent
0c139b5f2f
commit
7aa8fcc8eb
17 changed files with 110 additions and 105 deletions
|
@ -1,2 +1,2 @@
|
|||
from test.libregrtest import main
|
||||
from test.libregrtest.main import main
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue