1 |
commit 453b8e3b7ac4c330c4511b7f6a317cd788303731
|
2 |
Author: Giulio Eulisse <giulio.eulisse@cern.ch>
|
3 |
Date: Sat Oct 9 11:15:48 2010 +0200
|
4 |
|
5 |
../CMSDIST/root-5.22-00d-fix-python-shebang.patch
|
6 |
|
7 |
diff --git a/tutorials/pyroot/mrt.py b/tutorials/pyroot/mrt.py
|
8 |
index 8b685a4..40cc137 100755
|
9 |
--- a/tutorials/pyroot/mrt.py
|
10 |
+++ b/tutorials/pyroot/mrt.py
|
11 |
@@ -1,3 +1,4 @@
|
12 |
+#!/usr/bin/env python
|
13 |
"""
|
14 |
Build ROOT Ntuple from other source.
|
15 |
This program reads the `aptuple.txt' file row by row, then creates
|