forked from Rust-related/RustPython
6 lines
190 B
Python
Vendored
6 lines
190 B
Python
Vendored
# 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
|