mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
IJ-CR-26283 GitOrigin-RevId: 24575b5177831685d56f66c5546800c66553bd19
6 lines
83 B
Python
6 lines
83 B
Python
import os
|
|
import sys
|
|
|
|
args = ['python', 'test4.py']
|
|
os.execv(sys.executable, args)
|