]> SALOME platform Git repositories - tools/yacsgen.git/commitdiff
Salome HOME
issue 2448 in Bugtracker PAL: Problème concernant le couplage ASTER/EDYOS V6_6_0a1 V6_6_0b1
authoromircescu <omircescu>
Thu, 18 Oct 2012 08:35:20 +0000 (08:35 +0000)
committeromircescu <omircescu>
Thu, 18 Oct 2012 08:35:20 +0000 (08:35 +0000)
module_generator/astcompo.py

index 3393b38bd1a2f761118c234ddb7c0c5bd66735c6..fa23f9c568cdc0a645735e124e0188d996a576d5 100644 (file)
@@ -182,7 +182,6 @@ class ASTERComponent(Component):
                       'python%s.%s' % (sys.version_info[0], sys.version_info[1]),
                       'site-packages','salome','%s_component.py'%self.name)
     config = re.sub("Execution\/E_SUPERV.py", path, config)
-    config += "ENV_SH         | env      | -    | " + self.prerequisites + "\n"
 
     fdict["%s_config.txt" % self.name] = config
     fdict["%s_component.py" % self.name] = component.substitute(component=self.name)
@@ -215,7 +214,6 @@ class ASTERComponent(Component):
                       'python%s.%s' % (sys.version_info[0], sys.version_info[1]),
                       'site-packages','salome','%s_container.py' % self.name)
     config = re.sub("Execution\/E_SUPERV.py", path, config)
-    config += "ENV_SH         | env      | -    | " + self.prerequisites + "\n"
 
     fdict["%s_container.py" % self.name] = container
     fdict["%s_config.txt" % self.name] = config