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