The Gaudi Framework
v26r0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
__init__.py
Go to the documentation of this file.
1
# File: GaudiPython/__init__.py
2
# Author: Pere Mato (pere.mato@cern.ch)
3
4
"""
5
GaudiPython main module.
6
It makes available a number of APIs and classes to be used by end user scripts
7
8
Usage:
9
import GaudiPython
10
"""
11
12
# ensure that we (and the subprocesses) use the C standard localization
13
import
os
14
if
os.environ.get(
'LC_ALL'
) !=
'C'
:
15
print
'# setting LC_ALL to "C"'
16
os.environ[
'LC_ALL'
] =
'C'
17
18
from
Bindings
import
*
19
from
Pythonizations
import
*
GaudiPython
python
GaudiPython
__init__.py
Generated on Tue Jan 20 2015 20:27:13 for The Gaudi Framework by
1.8.7