From d7fec43aa8b0e732c91b56035cc692f540f02a28 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Mon, 18 Feb 2008 11:04:00 +0000 Subject: [PATCH] *** empty log message *** --- Openturns/sdistOTqt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Openturns/sdistOTqt.py b/Openturns/sdistOTqt.py index dc5f7928..ebbb6613 100644 --- a/Openturns/sdistOTqt.py +++ b/Openturns/sdistOTqt.py @@ -33,8 +33,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','faqs.txt']) - copyfiles('../Openturns',os.path.join(path_distrib,'Openturns'),['*.py']) - copyfiles('../Openturns',os.path.join(path_distrib,'Openturns'),['*.ini']) + copyfiles('../Ui',os.path.join(path_distrib,'Ui'),['*.py']) + copyfiles('../Openturns',os.path.join(path_distrib,'Openturns'),['*.py','*.ini']) 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