]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintHeader.py.in
* gdcmPython/ : change GDCM_DATA_PATH to GDCM_DATA_ROOT to be complient with
[gdcm.git] / gdcmPython / demo / PrintHeader.py.in
index 6b7ca53052ac251f83907d3753a0d43a36d8750c..74d4b4eed7258350df2080a60c6d5d2c4bf4dce8 100644 (file)
@@ -14,7 +14,7 @@ from gdcmPython.core 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")
 
 try:
    printLevel = int(sys.argv[2])