diff --git a/bindings/pyroot_experimental/PyROOT/python/ROOT/pythonization/_tchain.py b/bindings/pyroot_experimental/PyROOT/python/ROOT/pythonization/_tchain.py
index 7b21fe25ed0bb6504ad4fbf64dcd8be470b58194..5a24c0275472425acff9ce087bd46be19c11099b 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