initialize developer tools via builtins; add test
This commit is contained in:
parent
c3dbd720c6
commit
9a1ea34309
17 changed files with 361 additions and 166 deletions
|
|
@ -111,6 +111,9 @@ exec_wrapper_init() # sets sys.path[0], runs overlay_setup()
|
|||
exec_wrapper_tstart = time.time()
|
||||
exec_wrapper_tracemalloc_setup()
|
||||
|
||||
from mmgen.devinit import init_dev # import mmgen mods only after overlay setup!
|
||||
init_dev()
|
||||
|
||||
try:
|
||||
sys.argv.pop(0)
|
||||
exec_wrapper_execed_file = sys.argv[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue