The Gaudi Framework  v29r0 (ff2e7097)
HistoUtils.py
Go to the documentation of this file.
1 """ HistoUtils python module
2  This module is deprecated use 'GaudiPython.HistoUtils' instead
3 """
4 from GaudiPython.HistoUtils import *
5 
6 from GaudiPython import deprecation
7 deprecation("Use 'GaudiPython.HistoUtils' module instead of 'HistoUtils'")
def deprecation(message)
Definition: Bindings.py:87