From: nri Date: Thu, 15 Apr 2004 13:19:55 +0000 (+0000) Subject: NRI : Replace SALOME_ROOT_DIR by SUPERV_ROOT_DIR. X-Git-Tag: Ecole_Ete_a1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f9f8a832af02668668fdb7fa2e169626017834e4;p=modules%2Fkernel.git NRI : Replace SALOME_ROOT_DIR by SUPERV_ROOT_DIR. --- diff --git a/doc/salome/tui/KERNEL/exemple/Example19.html b/doc/salome/tui/KERNEL/exemple/Example19.html index 4d567ff75..4c5c2902b 100755 --- a/doc/salome/tui/KERNEL/exemple/Example19.html +++ b/doc/salome/tui/KERNEL/exemple/Example19.html @@ -215,10 +215,10 @@ for linelog in log: from batchmode_SuperV import * import os -dir= os.getenv("SALOME_ROOT_DIR") +dir= os.getenv("SUPERV_ROOT_DIR") if dir == None: -        raise RuntimeError, "SALOME_ROOT_DIR is not defined" -xmlfile = dir +"/../SALOME_ROOT/SuperVisionTest/resources/GraphEssai.xml" +        raise RuntimeError, "SUPERV_ROOT_DIR is not defined" +xmlfile = dir +"/examples/GraphEssai.xml" print "--------------\n"+xmlfile+"\n--------------\n" myGraph = Graph ( xmlfile ) @@ -544,4 +544,4 @@ names.sort() Names.sort() if names != Names :        raise RuntimeError, "List of dataflow nodes after save differs from one befor save operation" - \ No newline at end of file +