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=".."
# ============================================================
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'])