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