From 3f151c26c839d96a22679519ed3746e5c315c279 Mon Sep 17 00:00:00 2001 From: CROUZET Nicolas Date: Thu, 10 Feb 2022 10:08:30 +0100 Subject: [PATCH] integration second patch de Pascal --- src/fileEnviron.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.2