00001 """ Gaudi Python module interface. 00002 This module provides the basic bindings of the main Gaudi 00003 components to Python. It is itself based on the PyCintex 00004 externsion module provided by LCG/SEAL that provided 00005 dynamic bindigns of classes for which LCG dictionaires exists. 00006 """ 00007 from GaudiPython import * 00008 deprecation("Use 'GaudiPython' module instead of deprecated 'gaudimodule'")