diff --git a/Control/AthenaPython/python/Bindings.py b/Control/AthenaPython/python/Bindings.py index 6672e2c2220045d61955e05b7c92c393e7924285..d33e32d296b76a3559b86dcbad4e220c6f78f150 100644 --- a/Control/AthenaPython/python/Bindings.py +++ b/Control/AthenaPython/python/Bindings.py @@ -611,13 +611,6 @@ del %s""" % (n,n,n,n,n) del popitem ## ------------------------------ - ## try to install ttree access enhancement - try: - from RootUtils.PyROOTFixes import enable_tree_speedups - enable_tree_speedups() - except ImportError: - pass - ## FIXME: would be nice... but somehow interferes with _py_cache property ## ## allow the use of the pythonized properties interface ## def __getattr__( self, attr ):