summaryrefslogtreecommitdiff
path: root/fileio/root.py
diff options
context:
space:
mode:
Diffstat (limited to 'fileio/root.py')
-rw-r--r--fileio/root.py2
1 files changed, 1 insertions, 1 deletions
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):