]> Creatis software - gdcm.git/blobdiff - gdcmPython/__init__.py
* gdcmPython/gdcm.i : remove useless lines concerning the gdcmGlobal
[gdcm.git] / gdcmPython / __init__.py
index 8a73b05ba4637b4c804b0f0ca876d3e38343a54a..ced744ed51dfcb59d204311eaa3d96c4d6e92a9d 100644 (file)
@@ -85,7 +85,7 @@ gdcmDicomDirSerie   = gdcm.gdcmDicomDirSerie
 gdcmDicomDirImage   = gdcm.gdcmDicomDirImage
 
 def GetPubDictEntryNames():
-   return gdcm.cvar.gdcmGlob.GetDicts().GetPubDictEntryNames()
+   return gdcmGlobal.GetDicts().GetPubDictEntryNames()
 
 def GetPubDictEntryNamesByCategory():
-   return gdcm.cvar.gdcmGlob.GetDicts().GetPubDictEntryNamesByCategory()
+   return gdcmGlobal.GetDicts().GetPubDictEntryNamesByCategory()