From 8cf3c53bd817aa3b7a41025a86ce1791c3f1fa03 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Tue, 11 Mar 2003 16:36:07 +0000 Subject: [PATCH] CCAR: ajout repertoire Misc --- Aster/alphasdist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Aster/alphasdist.py b/Aster/alphasdist.py index 73a213a3..228f97a9 100644 --- a/Aster/alphasdist.py +++ b/Aster/alphasdist.py @@ -39,6 +39,7 @@ def main(): copyfiles('../Editeur',os.path.join(path_distrib,'Editeur'),['*.py','faqs.txt']) 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']) copyfiles('../Accas',os.path.join(path_distrib,'Accas'),['*.py']) copyfiles('Cata/Macro',os.path.join(path_distrib,'Aster','Cata','Macro'),['*.py']) copyfiles('../AIDE',os.path.join(path_distrib,'AIDE'),['*.py']) -- 2.39.2