From: Pascale Noyret Date: Thu, 3 Jun 2010 12:03:18 +0000 (+0000) Subject: Pour demande Isabelle + Mathieu de mettre les catalogues n importe ou X-Git-Tag: V2_0~66 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=33fceaf6ff6aaf0f669db5597676f42cf04e1c4f;p=modules%2Feficas.git Pour demande Isabelle + Mathieu de mettre les catalogues n importe ou --- diff --git a/Aster/aster.py b/Aster/aster.py new file mode 100644 index 00000000..e69de29b diff --git a/Aster/editeur.ini b/Aster/editeur.ini index bf2a0bb9..6fe1cde4 100644 --- a/Aster/editeur.ini +++ b/Aster/editeur.ini @@ -38,11 +38,10 @@ rep_travail = "/tmp" # Choix des catalogues rep_mat_v88=os.path.join(rep_cata,'cataSTA8','materiau') -rep_mat_v95=os.path.join(rep_cata,'cataSTA9','materiau') +rep_mat_v96=os.path.join(rep_cata,'cataSTA9','materiau') rep_mat_v10=os.path.join(rep_cata,'cataSTA10','materiau') # catalogues=( ('ASTER','v10.0',os.path.join(rep_cata,'cataSTA10'),'python','defaut'), -('ASTER','v9.5',os.path.join(rep_cata,'cataSTA9'),'python'), -('ASTER','v8.8',os.path.join(rep_cata,'cataSTA8'),'python'), +('ASTER','v9.6',os.path.join(rep_cata,'cataSTA9'),'python'), ) diff --git a/Aster/qtEficas_aster.py b/Aster/qtEficas_aster.py index a779bfcb..852492f7 100755 --- a/Aster/qtEficas_aster.py +++ b/Aster/qtEficas_aster.py @@ -30,6 +30,7 @@ import prefs name='prefs_'+prefs.code __import__(name) +import aster import sys from InterfaceQT4 import eficas_go