From 08d257b12fe69bbf04432903dfab334bcbc651ff Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Sat, 20 Aug 2011 15:56:22 -0400 Subject: Missing import from fileio.root --- fileio/root.py | 1 + 1 file changed, 1 insertion(+) (limited to 'fileio') diff --git a/fileio/root.py b/fileio/root.py index ae9e741..1fa2425 100644 --- a/fileio/root.py +++ b/fileio/root.py @@ -1,5 +1,6 @@ import ROOT import os.path +import numpy as np ROOT.gROOT.ProcessLine('.L '+os.path.join(os.path.dirname(__file__), 'root.C+g')) -- cgit