Home | History | Annotate | Download | only in libregrtest
      1 # We import importlib *ASAP* in order to test #15386
      2 import importlib
      3 
      4 from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES, ALL_RESOURCES
      5 from test.libregrtest.main import main
      6