summaryrefslogtreecommitdiff
path: root/.rootlogon.C
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-08-10 11:25:39 -0400
committerStan Seibert <stan@mtrr.org>2011-08-10 11:25:39 -0400
commit01d5527db39520ca548518ed1194f8b863a4f077 (patch)
treeac75370a5677bac0f64e0b7529af40b94cfef4f8 /.rootlogon.C
parent23b4bedf43f2ff120c1178c3445e39b8735030f3 (diff)
downloadchroma-01d5527db39520ca548518ed1194f8b863a4f077.tar.gz
chroma-01d5527db39520ca548518ed1194f8b863a4f077.tar.bz2
chroma-01d5527db39520ca548518ed1194f8b863a4f077.zip
Rename chroma.io to chroma.fileio to avoid collision with Python package named io
Diffstat (limited to '.rootlogon.C')
-rw-r--r--.rootlogon.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rootlogon.C b/.rootlogon.C
index f1b4cf6..17915c5 100644
--- a/.rootlogon.C
+++ b/.rootlogon.C
@@ -1,3 +1,3 @@
{
- gROOT->ProcessLine(".L io/root.C+g");
+ gROOT->ProcessLine(".L fileio/root.C+g");
}