summaryrefslogtreecommitdiff
path: root/Lib/test/libregrtest/__init__.py
blob: 7ba0e6e5356166134501a934efd6827b30e05272 (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
from test.libregrtest.main import main