]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintDicomDir.py.in
* gdcmPython/ : change GDCM_DATA_PATH to GDCM_DATA_ROOT to be complient with
[gdcm.git] / gdcmPython / demo / PrintDicomDir.py.in
index 1f74e5435d6b2172c3b7aabab6b17ac82e9dfe70..1e97623edaa06da4a01f8809ba6a718ec132f9eb 100644 (file)
@@ -14,7 +14,7 @@ from gdcmPython.core import *
 try:
    fileName = sys.argv[1]
 except IndexError:
-   fileName = os.path.join(GDCM_DATA_PATH, "DICOMDIR")
+   fileName = os.path.join(GDCM_DATA_ROOT, "DICOMDIR")
 
 try:
    printLevel = int(sys.argv[2])