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:
Victor Stinner 2023-09-11 09:02:35 +02:00 committed by GitHub
parent 0c139b5f2f
commit 7aa8fcc8eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 110 additions and 105 deletions

View file

@ -1,6 +1,6 @@
import os
from test.libregrtest.utils import StrPath, TestName, TestList
from .utils import StrPath, TestName, TestList
# If these test directories are encountered recurse into them and treat each