Skip to content
Snippets Groups Projects
Commit 8422717e authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

AthenaPython: Remove reference to enable_tree_speedups.

Remove call to obsolete enable_tree_speedups().
parent cce0c611
No related branches found
No related tags found
No related merge requests found
......@@ -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 ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment