Forked from
atlas / athena
Source project has a limited visibility.
-
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
Frank Winklmeier authoredacmd.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.