X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2Fdemo4.py;h=dca06d890b96a81182eea54bbd3f934df18c93ba;hb=73bc90915c1efba1405629537963f6db66987065;hp=b39dfc6044f1e8ff313992b309ee8f59b47fae27;hpb=aef5cb6cf069960b612c1e69ef01497f023092d1;p=modules%2Fparavis.git diff --git a/test/demo4.py b/test/demo4.py index b39dfc60..dca06d89 100755 --- a/test/demo4.py +++ b/test/demo4.py @@ -44,7 +44,7 @@ def demo4(fname, animpth): scriptdir = inspect.getframeinfo(inspect.currentframe())[0] testdir = os.path.dirname( os.path.abspath(scriptdir) ) - +pvdata = os.getenv("SAMPLES_SRC_DIR") if __name__ == "__main__": - demo4(fname=testdir+"/Data/can.ex2", animpth=testdir+"/VisuPrs/Animation/") + demo4(fname=pvdata+"/Data/can.ex2", animpth=testdir+"/VisuPrs/Animation/")