]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintDict.py.in
* Test/ : rename VTK tests to have a best name for the tests
[gdcm.git] / gdcmPython / demo / PrintDict.py.in
index 8adbdd9d1ca1689b555706142f33742215a7492a..03ac74973d9fc41496d7da9fcd5dc8cd087e04cd 100644 (file)
@@ -40,8 +40,7 @@ entry.Print()
 print "#####################################################################"
 # Print the public Dict content
 print "dict content :"
-pubDict.InitTraversal()
-entry=pubDict.GetNextEntry()
+entry=pubDict.GetFirstEntry()
 while(entry):
        entry.Print()
        entry=pubDict.GetNextEntry()