From d4fc8314b65e077c156ff4f2813caee220d9dad2 Mon Sep 17 00:00:00 2001 From: Enric Tejedor Saavedra <enric.tejedor.saavedra@cern.ch> Date: Fri, 21 Sep 2018 10:44:02 +0200 Subject: [PATCH] [Exp PyROOT] Modify relative import to make it Python3-compliant --- .../PyROOT/python/ROOT/pythonization/_tchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/pyroot_experimental/PyROOT/python/ROOT/pythonization/_tchain.py b/bindings/pyroot_experimental/PyROOT/python/ROOT/pythonization/_tchain.py index 7b21fe25ed0..5a24c027547 100644 --- a/bindings/pyroot_experimental/PyROOT/python/ROOT/pythonization/_tchain.py +++ b/bindings/pyroot_experimental/PyROOT/python/ROOT/pythonization/_tchain.py @@ -1,7 +1,7 @@ from ROOT import pythonization -from _ttree import _SetBranchAddress as TTreeSetBranchAddress +from ._ttree import _SetBranchAddress as TTreeSetBranchAddress # Pythonizor function @pythonization -- GitLab