summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/__init__.py
blob: 3427b51b60af86ad83434e9cda49aaf0002758ee (plain)
1
2
3
4
5
# We import importlib *ASAP* in order to test #15386
import importlib

from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES, ALL_RESOURCES
from test.libregrtest.main import main