From: Pascale Noyret Date: Mon, 27 Nov 2006 15:42:36 +0000 (+0000) Subject: PN : ajout traducteur - X-Git-Tag: V1_11b3~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0add829b1deb49810f2b655a43f206e5e38af7f5;p=modules%2Feficas.git PN : ajout traducteur - --- diff --git a/Aster/alphasdist.py b/Aster/alphasdist.py index af05afb8..b81b1bff 100644 --- a/Aster/alphasdist.py +++ b/Aster/alphasdist.py @@ -23,7 +23,7 @@ import os,shutil,glob,sys import types -version="$Name: $"[7:-2] or 'Test1_4' +version="$Name: BR_V1_11a1 $"[7:-2] or 'Test1_4' # ==========Path du noyau local ==================== path_Noyau=".." # ============================================================ @@ -38,6 +38,7 @@ def main(): copyfiles('.',path_distrib,['LICENSE.TERMS','INSTALL']) copyfiles('../Editeur',os.path.join(path_distrib,'Editeur'),['*.py','faqs.txt']) + copyfiles('../Traducteur',os.path.join(path_distrib,'Traducteur'),['*.py']) copyfiles('../Ihm',os.path.join(path_distrib,'Ihm'),['*.py']) copyfiles('../Extensions',os.path.join(path_distrib,'Extensions'),['*.py']) copyfiles('../Misc',os.path.join(path_distrib,'Misc'),['*.py'])