Salome HOME
commentaire
[tools/eficas.git] / Adao / prefs_Adao.py
1 # -*- coding: utf-8 -*-
2 import os,sys
3
4 # repIni sert à localiser le fichier editeur.ini
5 # Obligatoire
6 repIni=os.path.dirname(os.path.abspath(__file__))
7 INSTALLDIR=os.path.join(repIni,'..')
8 sys.path[:0]=[INSTALLDIR]
9
10
11 # Codage des strings qui accepte les accents (en remplacement de 'ascii')
12 encoding='iso-8859-1'
13
14 # Choix des catalogues
15 # format du Tuple (code,version,catalogue,formatOut, finit par defaut Ãventuellement)
16 catalogues = (
17 # ('Adao','V1',os.path.join(repIni,'ADAO_Cata_V1.py'),'python','python'),
18  ('Adao','V770',os.path.join(repIni,'ADAO_Cata_V0_V7_7_0.py'),'python','python'),
19 # ('Adao','V751',os.path.join(repIni,'ADAO_Cata_V0_V7_5_1.py'),'python','python'),
20 )
21
22 # lang indique la langue utilisée pour les chaines d'aide : fr ou ang
23 lang='fr'
24 closeAutreCommande = True
25 closeFrameRechercheCommande = True
26 closeEntete = True
27
28
29