The Gaudi Framework  master (82fdf313)
Loading...
Searching...
No Matches
TupleUtils.py
Go to the documentation of this file.
1#!/usr/bin/env python3
2
13
14import warnings
15
16warnings.warn(
17 "GaudiPython: Use 'GaudiAlg.TupleUtils' module instead of deprecated 'GaudiPython.TupleUtils'",
18 DeprecationWarning,
19 stacklevel=3,
20)
21del warnings
22
23import sys
24
25import GaudiAlg.TupleUtils
26
27sys.modules[__name__] = GaudiAlg.TupleUtils