Salome HOME
PN : pour prendre en compte le nouveau panneau : UNIQUE_ASSD_Panel_Reel
[tools/eficas.git] / Minicode / editeur.ini
index 1cb03d643b7488982cd51974a87dad3d65213536..daae371b47d7208e0978644c7abce098abf90d73 100644 (file)
@@ -12,12 +12,15 @@ isdeveloppeur   =       "NON"
 path_cata_dev   =       "/tmp/cata"
 # RĂ©pertoire temporaire
 rep_travail     =   "/tmp"
+# RĂ©pertoire initial
+initialdir=os.curdir
 
 # Choix des catalogues
 rep_mat="bidon"
 
 catalogues = (
-  ('SATURNE','v1',os.path.join(rep_cata,'cata_saturne2.py'),'asterv5'),
-  ('SATURNE','v2',os.path.join(rep_cata,'cata_saturne.py'),'python','defaut'),
+  ('MINICODE','v1',os.path.join(rep_cata,'cata_saturne2.py'),'python'),
+  ('MINICODE','v2',os.path.join(rep_cata,'cata_saturne.py'),'python'),
+  ('MINICODE','v3',os.path.join(rep_cata,'homard_cata_V6n.py'),'python','defaut'),
              )