The Gaudi Framework  v29r0 (ff2e7097)
gaudimodule.py
Go to the documentation of this file.
1 """ Gaudi Python module interface.
2  This module provides the basic bindings of the main Gaudi
3  components to Python. It is itself based on the ROOT cppyy
4  Python extension module.
5 """
6 from GaudiPython import *
7 deprecation("Use 'GaudiPython' module instead of deprecated 'gaudimodule'")
def deprecation(message)
Definition: Bindings.py:87