From 37e23c851e45d5764643cfdde5598e74133c66e9 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Thu, 19 Nov 2009 17:00:57 +0000 Subject: [PATCH] *** empty log message *** --- Aster/sdist.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Aster/sdist.py b/Aster/sdist.py index d14a40cb..d5fed415 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -22,7 +22,7 @@ import os,shutil,glob,sys import types -version="$Name: BR_dev_V1_17 $"[7:-2] or 'Test1_4' +version="$Name: $"[7:-2] or 'Test1_4' # ==========Path du noyau fourni par Aster==================== path_Noyau="../../AccasAster" # ============================================================ @@ -38,8 +38,8 @@ def main(): copyfiles('../Editeur',os.path.join(path_distrib,'Editeur'),['*.py','faqs.txt']) copyfiles('../InterfaceTK',os.path.join(path_distrib,'InterfaceTK'),['*.py','faqs.txt']) - copyfiles('../InterfaceQT',os.path.join(path_distrib,'InterfaceQT'),['*.py']) - copyfiles('../Ui',os.path.join(path_distrib,'Ui'),['*.ui','makefile']) + copyfiles('../InterfaceQT4',os.path.join(path_distrib,'InterfaceQT4'),['*.py']) + copyfiles('../UiQT4',os.path.join(path_distrib,'Ui'),['*.ui','makefile']) 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']) -- 2.39.2