Salome HOME
modif Adao 7 6
[tools/eficas.git] / Tests / editeur.ini
index 4f4951205b02ad00b833f2e28e6c7f87177f5d4e..55246c0f3039f9ce6bcb886c037cbcefcf76554f 100644 (file)
@@ -22,8 +22,8 @@ import os
 
 import prefs
 
-rep_cata = os.path.abspath(os.path.join(prefs.REPINI,'../Aster/Cata'))
-rep_Pmw = os.path.join(prefs.REPINI,'../Pmw')
+rep_cata = os.path.abspath(os.path.join(prefs.repIni,'../Aster/Cata'))
+rep_Pmw = os.path.join(prefs.repIni,'../Pmw')
 
 # Accès à la documentation Aster
 path_doc              = os.path.join(rep_cata,'..','Doc')
@@ -37,8 +37,10 @@ rep_travail     =   "/tmp"
 initialdir=os.curdir
 
 # Choix des catalogues
-rep_mat=os.path.join(rep_cata,'..','materiau')
-rep_mat="/local/cchris/ASTER/instals/materiaux/NEW8/materiau"
+#rep_mat=os.path.join(rep_cata,'..','materiau')
+rep_mat_v7="/local/cchris/ASTER/instals/materiaux/STA7"
+rep_mat_v8="/local/cchris/ASTER/instals/materiaux/STA8"
+rep_mat_v9="/local/cchris/ASTER/instals/materiaux/NEW9"
 
 catalogues = (
                ('ASTER','petit',os.path.join(rep_cata,'petitcata'),'python'),
@@ -48,6 +50,8 @@ catalogues = (
                ('ASTER','v7.7',os.path.join(rep_cata,'cataSTA7'),'python'),
                ('ASTER','v7',os.path.join(rep_cata,'cataSTA7'),'python'),
               ('ASTER','v8.4',os.path.join(rep_cata,'cataSTA8'),'python'),
-              ('ASTER','v8',os.path.join(rep_cata,'cataSTA8'),'python','defaut'),
+              ('ASTER','v8',os.path.join(rep_cata,'cataSTA8'),'python'),
+              ('ASTER','v9.1',os.path.join(rep_cata,'cataSTA9'),'python'),
+              ('ASTER','v9',os.path.join(rep_cata,'cataSTA9'),'python','defaut'),
              )