]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/printGroupedPublicDict.py
* gdcmPython/setup.py and distutilsSwigCPlusPlus.py added. The
[gdcm.git] / gdcmPython / demo / printGroupedPublicDict.py
index 86a086b64aec8f7d4f7cc1444f8643646816cf43..1dcd2f79897b1e9b7cdf8cf525cf1420e39a3a23 100644 (file)
@@ -1,5 +1,5 @@
-from load import *
-toRead = gdcm.gdcmHeader(FileName)
+from gdcmPython import *
+toRead = gdcmHeader(FileName)
 toRead.LoadElements()
 
 print "##############################################################"