From 0add829b1deb49810f2b655a43f206e5e38af7f5 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Mon, 27 Nov 2006 15:42:36 +0000 Subject: [PATCH] PN : ajout traducteur - --- Aster/alphasdist.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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']) -- 2.39.2