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