Salome HOME
PN bug...
[tools/eficas.git] / Minicode / prefs.py
index f3d82ae82ca0c1fd12e7aeb21ce229035306274d..61812912442539adafe34d3efda0742e05f49cd3 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 import os
 
 # REPINI sert à localiser le fichier editeur.ini
@@ -14,8 +15,13 @@ INSTALLDIR=os.path.join(REPINI,'..')
 # Peut valoir None (defaut)
 CODE_PATH = None
 #CODE_PATH = os.path.join(REPINI,'../../Superv')
+#CODE_PATH = "/home01/chris/projet_Eficas/Devel/SUPER6_3/Aster6_3/bibpyt"
 
 # ICONDIR sert à localiser le répertoire contenant les icones
 # Par défaut on utilise le répertoire icons dans Editeur
 ICONDIR=os.path.join(INSTALLDIR,'Editeur','icons')
 
+# lang indique la langue utilisée pour les chaines d'aide : fr ou ang
+lang='fr'
+
+