import sys
import subprocess
import os.path
-import imp
# Add the pwdPath to able to run the launcher after unpacking a package
# Used only in case of a salomeTools package
import sys
import subprocess
import os.path
-import imp
# Add the pwdPath to able to run the launcher after unpacking a package
# Used only in case of a salomeTools package
extradir=out_dir_Path + r"/extra.env.d"
if os.path.exists(extradir):
+ import imp
sys.path.insert(0, os.path.join(os.getcwd(), extradir))
for filename in sorted(
filter(lambda x: os.path.isfile(os.path.join(extradir, x)),
extradir=out_dir_Path + r"/extra.env.d"
if os.path.exists(extradir):
+ import imp
sys.path.insert(0, os.path.join(os.getcwd(), extradir))
for filename in sorted(
filter(lambda x: os.path.isfile(os.path.join(extradir, x)),