]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/testAll.py
ENH: update jpeg lib with ls patch and 2 bugfix patch
[gdcm.git] / gdcmPython / demo / testAll.py
index f67c2df745bd3151c34cc9605cbdaf0c3447595f..f210f8db9a41ad7be482aae3f73385e487c2a2a1 100644 (file)
@@ -33,6 +33,6 @@ if __name__ == '__main__':
       fileName = os.path.join(GDCM_TEST_DATA_PATH, file)
       print "############## file :", fileName
       toRead = gdcmHeader(fileName)
-      ValDict = toRead.GetPubEntry()
+      ValDict = toRead.GetEntry()
       for key in ValDict.keys():
           print "   [%s] = [%s]" %(key, ValDict[key])