]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
refonte des prefs pour le multicatalogue
authorPascale Noyret <pascale.noyret@edf.fr>
Thu, 15 Sep 2011 08:00:05 +0000 (08:00 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Thu, 15 Sep 2011 08:00:05 +0000 (08:00 +0000)
Tests/editeur.ini
Tests/prefs.py

index d4118db021ad7e7ed24b7cdabdfbf814e12af913..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')
index 7f943db99eff4f9501834fa43b9dfa409ba51a40..7c3ebd00eb819c6c2a74f4f930dd300dec644d14 100644 (file)
 
 import os,sys
 
-# REPINI sert à localiser le fichier editeur.ini
+# repIni sert à localiser le fichier editeur.ini
 # Obligatoire
-REPINI=os.path.dirname(os.path.abspath(__file__))
-repIni=REPINI
+repIni=os.path.dirname(os.path.abspath(__file__))
 
 # INSTALLDIR sert à localiser l'installation d'Eficas
 # Obligatoire
-INSTALLDIR=os.path.join(REPINI,'..')
+INSTALLDIR=os.path.join(repIni,'..')
 
 # CODE_PATH sert à localiser Noyau et Validation éventuellement
 # non contenus dans la distribution EFICAS