From eff9f4e8a93ea66d112ee6c74ed069fc9870ded8 Mon Sep 17 00:00:00 2001 From: salome <> Date: Mon, 15 Nov 2004 17:46:46 +0000 Subject: [PATCH] =?utf8?q?Ajout=20du=20fichier=20eficas=5Fetude.=20Il=20im?= =?utf8?q?porte=20eficasEtude=20et=20sert=20uniquement=20=C3=A0=20assurer?= =?utf8?q?=20la=20continuit=C3=A9=20entre=20versions=20de=20Eficas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/EFICASGUI/Makefile.in | 3 +++ src/EFICASGUI/eficas_etude.py | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 src/EFICASGUI/eficas_etude.py diff --git a/src/EFICASGUI/Makefile.in b/src/EFICASGUI/Makefile.in index b4a1bc67..ad8e5e5a 100644 --- a/src/EFICASGUI/Makefile.in +++ b/src/EFICASGUI/Makefile.in @@ -39,6 +39,9 @@ salomedsgui.py \ SMESH_utils.py \ eficasSalome.py +# _CS_gbo_151104 Ajout pour compatibilité ascendante entre versions de Eficas +EXPORT_PYSCRIPTS+=eficas_etude.py + PYUIC = pyuic %.py:%.ui diff --git a/src/EFICASGUI/eficas_etude.py b/src/EFICASGUI/eficas_etude.py new file mode 100644 index 00000000..7698e40d --- /dev/null +++ b/src/EFICASGUI/eficas_etude.py @@ -0,0 +1,11 @@ +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +# CE FICHIER EST CREE UNIQUEMENT POUR ASSURER LA COMPATIBILITE +# ASCENDANTE DES VERSIONS DE EFICAS. NE PAS EDITER, MODIFIER eficasEtude. +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +# En version 1.5 et 1.6 de Eficas, l'implémentation du couplage avec +# SALOME comprend l'import d'un fichier nommé eficas_etude. En version +# préparatoire de la version 1.7, cette implémentation comprend l'import +# d'un fichier eficasEtude. A terme, seul le fichier eficasEtude restera. +# _CS_gbo_151104 + +import eficasEtude -- 2.30.2