The Gaudi Framework
v31r0 (aeb156f0)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
__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 Mon Feb 11 2019 17:48:10 for The Gaudi Framework by
1.8.11