From e33c6fab8b8dd8adb3d71af8517dfe45ba264cf7 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Wed, 17 Aug 2011 10:36:22 -0400 Subject: import chroma modules from subpackages with import chroma.module_name --- fileio/root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fileio') diff --git a/fileio/root.py b/fileio/root.py index 77c23ff..ae9e741 100644 --- a/fileio/root.py +++ b/fileio/root.py @@ -4,7 +4,7 @@ import os.path ROOT.gROOT.ProcessLine('.L '+os.path.join(os.path.dirname(__file__), 'root.C+g')) import ROOT -import event +import chroma.event as event class RootWriter(object): def __init__(self, filename): -- cgit