Salome HOME
Movement of examples to CVS EXAMPLES SAMPLES_SRC.
authormzn <mzn@opencascade.com>
Wed, 19 Oct 2005 14:12:09 +0000 (14:12 +0000)
committermzn <mzn@opencascade.com>
Wed, 19 Oct 2005 14:12:09 +0000 (14:12 +0000)
src/MedCorba_Swig/batchmode_medcorba_test.py
src/MedCorba_Swig/batchmode_medcorba_test1.py

index 55d2acafaa1819cbea7874c98119cf60f22c500a..bbf9880fec14135d1e77f38995457dbdb42d6d5e 100755 (executable)
@@ -17,8 +17,8 @@ from random import *
 
 import os
 
-filePath=os.environ["KERNEL_ROOT_DIR"]
-filePath=filePath+"/examples/"
+filePath=os.environ["DATA_DIR"]
+filePath=filePath+"/MedFiles/"
 
 #==============================================================================
 
index acac18ba49cc1e5283254a5c7299416ef7b15a1a..4a852ddb70a6a2230051687cb222ea2ec85eae8b 100644 (file)
@@ -17,8 +17,8 @@ from random import *
 
 import os
 
-filePath=os.environ["KERNEL_ROOT_DIR"]
-filePath=filePath+"/examples/"
+filePath=os.environ["DATA_DIR"]
+filePath=filePath+"/MedFiles/"
 
 #==============================================================================