The Gaudi Framework  v33r1 (b1225454)
HistoUtils.py
Go to the documentation of this file.
1 
11 """ HistoUtils python module
12  This module is deprecated use 'GaudiPython.HistoUtils' instead
13 """
14 from GaudiPython.HistoUtils import *
15 
16 from GaudiPython import deprecation
17 deprecation("Use 'GaudiPython.HistoUtils' module instead of 'HistoUtils'")
def deprecation(message)
Definition: Bindings.py:106