The Gaudi Framework
v32r1 (f65d50dc)
__init__.py
Go to the documentation of this file.
1
# File: GaudiPython/__init__.py
2
# Author: Pere Mato (pere.mato@cern.ch)
3
"""
4
GaudiPython main module.
5
It makes available a number of APIs and classes to be used by end user scripts
6
7
Usage:
8
import GaudiPython
9
"""
10
11
# ensure that we (and the subprocesses) use the C standard localization
12
import
os
13
if
os.environ.get(
'LC_ALL'
) !=
'C'
:
14
print
'# setting LC_ALL to "C"'
15
os.environ[
'LC_ALL'
] =
'C'
16
17
from
Bindings
import
*
18
from
Pythonizations
import
*
GaudiPython
python
GaudiPython
__init__.py
Generated on Fri Jul 19 2019 00:10:17 for The Gaudi Framework by
1.8.15