The Gaudi Framework  v30r3 (a5ef0a68)
__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')