diff options
author | Stan Seibert <stan@mtrr.org> | 2011-08-10 11:25:39 -0400 |
---|---|---|
committer | Stan Seibert <stan@mtrr.org> | 2011-08-10 11:25:39 -0400 |
commit | 01d5527db39520ca548518ed1194f8b863a4f077 (patch) | |
tree | ac75370a5677bac0f64e0b7529af40b94cfef4f8 /.rootlogon.C | |
parent | 23b4bedf43f2ff120c1178c3445e39b8735030f3 (diff) | |
download | chroma-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.C | 2 |
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"); } |