Definition at line 9 of file launcher.py.
13 import dependencyAnalysis
as DA
16 fileList = sorted([ l
for l
in os.listdir(dir)
if not l.startswith(
'.')])
27 proc= Popen([
'/afs/cern.ch/user/v/valentin/workspace/Gaudi/build.x86_64-slc6-gcc48-opt/run',
"/afs/cern.ch/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc48-opt/bin/python",
'/afs/cern.ch/user/v/valentin/workspace/Gaudi/GaudiExamples/tests/qmtest/ScriptTest_V6.py']+fileList)
main()