Salome HOME
PN : changement du répertoire pour Homard
[tools/eficas.git] / Aster / editeur.ini
index bfb576fff80c5eb65fde0ed5522e087e930d833c..20027e3976e5313814473c98e73985590d4f1b2d 100644 (file)
@@ -23,6 +23,8 @@ import os
 import prefs
 
 rep_cata = os.path.join(prefs.REPINI,'Cata')
+rep_homard = os.path.join(prefs.REPINI,'../Homard')
+print rep_homard
 
 # Accès à la documentation Aster
 path_doc              = os.path.join(rep_cata,'..','Doc')
@@ -42,6 +44,6 @@ catalogues = (
               ('ASTER','v5',os.path.join(rep_cata,'cataSTA5'),'asterv5'),
               ('ASTER','v6',os.path.join(rep_cata,'cataSTA6'),'python6'),
               ('ASTER','v7',os.path.join(rep_cata,'cata_STA7.py'),'python','defaut'),
-              ('HOMARD','v1',os.path.join(rep_cata,'homard_cata_V6n.py'),'homard'),
+              ('HOMARD','v1',os.path.join(rep_homard,'homard_cata_V6n.py'),'homard'),
              )