The Gaudi Framework
v30r3 (a5ef0a68)
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,
'GaudiHive'
)
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/GaudiHive/python/GaudiHive/__init__.py'
):
8
execfile(
'/builds/gaudi/Gaudi/GaudiHive/python/GaudiHive/__init__.py'
)
build-gcc62
python
GaudiHive
__init__.py
Generated on Wed Aug 1 2018 23:18:21 for The Gaudi Framework by
1.8.11