From a6deeec2097c79f183e1ed235701799d1d42c9fb Mon Sep 17 00:00:00 2001 From: regrain Date: Fri, 14 Jan 2005 12:53:06 +0000 Subject: [PATCH] * Missing changes... see my last commit -- BeNours --- gdcmPython/demo/PrintHeader.py | 2 +- gdcmPython/demo/PrintHeader.py.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdcmPython/demo/PrintHeader.py b/gdcmPython/demo/PrintHeader.py index ae409700..1019c49a 100644 --- a/gdcmPython/demo/PrintHeader.py +++ b/gdcmPython/demo/PrintHeader.py @@ -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() diff --git a/gdcmPython/demo/PrintHeader.py.in b/gdcmPython/demo/PrintHeader.py.in index cd9acfb8..eb11bce6 100644 --- a/gdcmPython/demo/PrintHeader.py.in +++ b/gdcmPython/demo/PrintHeader.py.in @@ -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() -- 2.45.1