GaudiHandles.py
Go to the documentation of this file.
1 # deprecated module
2 from GaudiKernel.GaudiHandles import *
3 
4 import warnings
5 warnings.warn("GaudiPython: Use 'GaudiKernel.GaudiHandles' module instead of deprecated 'GaudiPython.GaudiHandles'",
6  DeprecationWarning, stacklevel=3)
7 del warnings