Salome HOME
integration second patch de Pascal
authorCROUZET Nicolas <crouzet@is243948.intra.cea.fr>
Thu, 10 Feb 2022 09:08:30 +0000 (10:08 +0100)
committerCROUZET Nicolas <crouzet@is243948.intra.cea.fr>
Thu, 10 Feb 2022 09:08:30 +0000 (10:08 +0100)
src/fileEnviron.py

index 74c45330cdec400970772f066baef718fd7e768e..947b8ba3822985635d22bc84839f058dad55f534 100644 (file)
@@ -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