]> Creatis software - gdcm.git/blobdiff - gdcmPython/__init__.py
* add shadow dictionary
[gdcm.git] / gdcmPython / __init__.py
index 7d6390e70f892dcbc3bb862a1355b81caa2f21d9..cb32100c5d098b1133ff5ea284458bf682222572 100644 (file)
@@ -70,6 +70,7 @@ except ImportError,e:
    raise ImportError, "gdcm extension not imported."
 
 ### Expose only the necessary stuff
+gdcmGlobal       = gdcm.gdcmGlobal
 gdcmDictSet      = gdcm.gdcmDictSet
 gdcmHeader       = gdcm.gdcmHeader
 gdcmHeaderHelper = gdcm.gdcmHeaderHelper