Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • Frank Winklmeier's avatar
    224d8af7
    acmd.py: Remove unnecessary ROOT import in diff_root_files · 224d8af7
    Frank Winklmeier authored
    acmd.py loads all available plugins (modules in its script directory)
    each time it is executed. Removing unnecessary imports at the module
    level speeds up this process significantly. For example, removing the
    unnecessary ROOT import in diff_root_files.py saves 2 out of the 3
    seconds when running `acmd.py -h`.
    
    
    Former-commit-id: 788c04c2
    224d8af7
    History
    acmd.py: Remove unnecessary ROOT import in diff_root_files
    Frank Winklmeier authored
    acmd.py loads all available plugins (modules in its script directory)
    each time it is executed. Removing unnecessary imports at the module
    level speeds up this process significantly. For example, removing the
    unnecessary ROOT import in diff_root_files.py saves 2 out of the 3
    seconds when running `acmd.py -h`.
    
    
    Former-commit-id: 788c04c2
Code owners
Assign users and groups as approvers for specific file changes. Learn more.