From f9f8a832af02668668fdb7fa2e169626017834e4 Mon Sep 17 00:00:00 2001 From: nri Date: Thu, 15 Apr 2004 13:19:55 +0000 Subject: [PATCH] NRI : Replace SALOME_ROOT_DIR by SUPERV_ROOT_DIR. --- doc/salome/tui/KERNEL/exemple/Example19.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 + -- 2.39.2