2016-03-24 13:53:20 -03:00
|
|
|
# We import importlib *ASAP* in order to test #15386
|
|
|
|
import importlib
|
|
|
|
|
2015-09-26 04:43:45 -03:00
|
|
|
from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES
|
2016-03-24 13:53:20 -03:00
|
|
|
from test.libregrtest.main import main
|