]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/vtkGdcmReader.py.in
* gdcmPython/ : change GDCM_DATA_PATH to GDCM_DATA_ROOT to be complient with
[gdcm.git] / gdcmPython / demo / vtkGdcmReader.py.in
index 70670b2b9907c60a7452897b841b5d9330f71537..587165c06849ef6973bf3251f7fddcb695edc1de 100644 (file)
@@ -16,7 +16,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()