Salome HOME
Fix for bug PAL10426 ( SAMPLES_SRC: some examples doesn't have the correct path ).
[samples/datafiles.git] / Superv / Graphs / testvisu20_multi.xml
index 30232434643ebc80197a0ad7661540eec068fc3a..04e06c77eb9be0ab94f6505c2361ca1054765ce8 100644 (file)
       <PyFunc><![CDATA[    #print "InitDisplay --> aView ", aView          ]]></PyFunc>
       <PyFunc><![CDATA[    #time.sleep(2)          ]]></PyFunc>
       <PyFunc><![CDATA[    medFile = "TimeStamps.med"        ]]></PyFunc>
-      <PyFunc><![CDATA[    medFile = os.getenv('KERNEL_ROOT_DIR') + '/examples/' + medFile        ]]></PyFunc>
+      <PyFunc><![CDATA[    medFile = os.getenv('DATA_DIR') + '/MedFiles/' + medFile        ]]></PyFunc>
       <PyFunc><![CDATA[    myResult = aVisu.ImportFile(medFile)        ]]></PyFunc>
       <PyFunc><![CDATA[    print "InitDisplay --> myResult ", myResult          ]]></PyFunc>
       <PyFunc><![CDATA[    return aVisu,myResult        ]]></PyFunc>