The Gaudi Framework
v37r2 (f6e0b68e)
GaudiAlgs.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
13
14
# TODO: enable deprecation warning
15
# import warnings
16
# warnings.warn(
17
# "GaudiPython: Use 'GaudiAlg.Algs' module instead of deprecated 'GaudiPython.GaudiAlgs'",
18
# DeprecationWarning,
19
# stacklevel=3,
20
# )
21
# del warnings
22
23
import
sys
24
25
import
GaudiAlg.Algs
26
27
sys.modules[__name__] =
GaudiAlg.Algs
GaudiAlg.Algs
Definition:
Algs.py:1
GaudiPython
python
GaudiPython
GaudiAlgs.py
Generated on Tue Nov 28 2023 16:47:28 for The Gaudi Framework by
1.8.18