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