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