Salome HOME
f46497eee89979426b143c5281560208b08a24b0
[tools/eficas.git] / Minicode / editeur.ini
1 import os
2
3 import prefs
4
5 rep_cata = prefs.REPINI
6
7 # Accès à la documentation 
8 path_doc              = os.path.join(rep_cata,'Doc')
9 exec_acrobat    =       "/usr/bin/xpdf"
10 # Utilisateur/Développeur
11 isdeveloppeur   =       "NON"
12 path_cata_dev   =       "/tmp/cata"
13 # Répertoire temporaire
14 rep_travail     =   "/tmp"
15 # Répertoire initial
16 initialdir=os.curdir
17
18 # Choix des catalogues
19 rep_mat="bidon"
20
21 catalogues = (
22   ('MINICODE','saturne2',os.path.join(rep_cata,'cata_saturne2.py'),'python'),
23   ('MINICODE','saturne',os.path.join(rep_cata,'cata_saturne.py'),'python'),
24   ('MINICODE','v3',os.path.join(rep_cata,'homard_cata_V6n.py'),'python','defaut'),
25              )
26