The Gaudi Framework
v29r5 (37229091)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
__init__.py
Go to the documentation of this file.
1
2
import
os, sys
3
__path__ = [d
for
d
in
[os.path.join(d,
'GaudiMP'
)
for
d
in
sys.path
if
d]
4
if
(d.startswith(
'/builds/gaudi/Gaudi/build-gcc62'
)
or
5
d.startswith(
'/builds/gaudi/Gaudi'
))
and
6
(os.path.exists(d)
or
'python.zip'
in
d)]
7
if
os.path.exists(
'/builds/gaudi/Gaudi/GaudiMP/python/GaudiMP/__init__.py'
):
8
execfile(
'/builds/gaudi/Gaudi/GaudiMP/python/GaudiMP/__init__.py'
)
build-gcc62
python
GaudiMP
__init__.py
Generated on Wed Mar 6 2019 15:42:37 for The Gaudi Framework by
1.8.11