From: Pascale Noyret Date: Fri, 8 Jun 2007 10:02:11 +0000 (+0000) Subject: PN pb sur le nom du catalogue X-Git-Tag: V1_12a2~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d216e929dcdc4291fbcacfdcb9b7c385697711f7;p=modules%2Feficas.git PN pb sur le nom du catalogue --- diff --git a/Aster/sdist.py b/Aster/sdist.py index f0d8c5b6..ef78dd25 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -91,7 +91,7 @@ def main(): copyfiles(os.path.join(path_Noyau,'Accas'),os.path.join(path_distrib,'Aster'),['properties.py']) copyfiles(os.path.join(path_Noyau,'Cata'),os.path.join(path_distrib,'Aster','Cata'),['__init__.py',]) copyfiles(os.path.join(path_Noyau,'Macro'),os.path.join(path_distrib,'Aster','Cata','cataSTA9','Macro'),['.py']) - os.system("mv "+path_distrib+"/Aster/Cata/cata_STA9.py "+path_distrib+"/Aster/Cata/cataSTA9/cata.py") + #os.system("mv "+path_distrib+"/Aster/Cata/cata_STA9.py "+path_distrib+"/Aster/Cata/cataSTA9/cata.py") copyfiles('../Tools',os.path.join(path_distrib,'Tools'),['*.py']) copyfiles('../Tools/foztools',os.path.join(path_distrib,'Tools','foztools'),['*.py'])