Salome HOME
nettoyage du code
[modules/eficas.git] / src / CONFIG / eficasConfig.py
diff --git a/src/CONFIG/eficasConfig.py b/src/CONFIG/eficasConfig.py
new file mode 100644 (file)
index 0000000..b50a337
--- /dev/null
@@ -0,0 +1,18 @@
+import os
+
+
+
+
+# rĂ©pertoire du logiciel Eficas
+eficasPath = ''
+if os.environ.has_key( "EFICAS_ROOT"):
+    eficasPath = os.environ["EFICAS_ROOT"]
+
+
+    
+    
+    
+    
+    
+    
+