Commit 98718ca
committed
[PyROOT][tutorials] Add rootlogon for Python tutorials
Launching the Python tutorials from the 'tutorials/launcher.py' module injected
the "__main__" namespace in the tutorial itself. In general it is not a problem,
but it can sometimes hide errors like the one fixed by
#10177 . Using a rootlogon file serves
the same purpose and the tutorials can thus be launched by simply calling
'python tutorialname.py'.1 parent 2c72dac commit 98718ca
3 files changed
+8
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
595 | 598 | | |
596 | 599 | | |
597 | 600 | | |
| |||
762 | 765 | | |
763 | 766 | | |
764 | 767 | | |
765 | | - | |
| 768 | + | |
766 | 769 | | |
767 | 770 | | |
768 | 771 | | |
| |||
This file was deleted.
0 commit comments