]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/vtkGdcmWriter.py.in
* gdcmPython/ : change GDCM_DATA_PATH to GDCM_DATA_ROOT to be complient with
[gdcm.git] / gdcmPython / demo / vtkGdcmWriter.py.in
index 845243f75529996ae07e4a8995bd0dc5762cb762..5a9249ce5e7eb9ec5f9b3eb0f0cea00c3e87c5e1 100644 (file)
@@ -15,7 +15,7 @@ from vtkpython import *
 try:
    fileName = sys.argv[1]
 except IndexError:
-   fileName = os.path.join(GDCM_DATA_PATH, "test.acr")
+   fileName = os.path.join(GDCM_DATA_ROOT, "test.acr")
 
 # read the image
 reader = vtkGdcmReader()