X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2Fdemo9.py;h=1801b7af96a445508025fba8bcaf6cdb4bed82ea;hb=73bc90915c1efba1405629537963f6db66987065;hp=5095c7bb7396bb99951769644d554eb6e3069196;hpb=aef5cb6cf069960b612c1e69ef01497f023092d1;p=modules%2Fparavis.git diff --git a/test/demo9.py b/test/demo9.py index 5095c7bb..1801b7af 100755 --- a/test/demo9.py +++ b/test/demo9.py @@ -74,7 +74,7 @@ def demo9(fname, impth): scriptdir = inspect.getframeinfo(inspect.currentframe())[0] testdir = os.path.dirname( os.path.abspath(scriptdir) ) - +pvdata = os.getenv("SAMPLES_SRC_DIR") if __name__ == "__main__": - demo9(fname=testdir+"/Data/disk_out_ref.ex2", impth=testdir+"/Pic/") + demo9(fname=pvdata+"/Data/disk_out_ref.ex2", impth=testdir+"/Pic/")