import os,shutil,glob,sys
import types
-version="$Name: BR_V1_11a1 $"[7:-2] or 'Test1_4'
+version="$Name: $"[7:-2] or 'Test1_4'
# ==========Path du noyau fourni par Aster====================
path_Noyau="../../AccasAster"
# ============================================================
copyfiles('../Aster',os.path.join(path_distrib,'Aster'),['prefs.py',
'editeur.ini',
'eficas_aster.py',
+ 'test_eficas.py',
'style.py'
])
copyfiles('Cata/Utilitai',os.path.join(path_distrib,'Aster','Cata','Utilitai'),['*.py'])