From: CROUZET Nicolas Date: Thu, 10 Feb 2022 09:08:30 +0000 (+0100) Subject: integration second patch de Pascal X-Git-Tag: V9_9_0~11^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3f151c26c839d96a22679519ed3746e5c315c279;p=tools%2Fsat.git integration second patch de Pascal --- diff --git a/src/fileEnviron.py b/src/fileEnviron.py index 74c4533..947b8ba 100644 --- a/src/fileEnviron.py +++ b/src/fileEnviron.py @@ -761,7 +761,8 @@ launcher_header2="""\ import os 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 @@ -835,7 +836,8 @@ launcher_header3="""\ import os 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