]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintHeader.py.in
* Missing changes... see my last commit
[gdcm.git] / gdcmPython / demo / PrintHeader.py.in
index cd9acfb849c735b4f0f033f170955355e130e0c9..eb11bce6b42f2e2be53769366d205f20473012f1 100644 (file)
@@ -32,7 +32,7 @@ print "### Display all the elements and their respective values"
 print "## found in the ", fileName, " file."
 print "##############################################################"
 
-header.Initialize()
+header.InitTraversal()
 val=header.GetNextEntry()
 while(val):
        val.Print()