From 01d5527db39520ca548518ed1194f8b863a4f077 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Wed, 10 Aug 2011 11:25:39 -0400 Subject: Rename chroma.io to chroma.fileio to avoid collision with Python package named io --- .rootlogon.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rootlogon.C') 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"); } -- cgit