Salome HOME
b50a33714421540cb733ad72e267e1b21923e1e3
[modules/eficas.git] / src / CONFIG / eficasConfig.py
1 import os
2
3
4
5
6 # rĂ©pertoire du logiciel Eficas
7 eficasPath = ''
8 if os.environ.has_key( "EFICAS_ROOT"):
9     eficasPath = os.environ["EFICAS_ROOT"]
10
11
12     
13     
14     
15     
16     
17     
18