- Jun 02, 2020
-
-
Frank Winklmeier authored
In most cases it is not necessary to load all plugins as the user very likely specified one on the command line. Try to first load a specific plugin and then fall back to loading all of them. This reduces the startup time significantly, i.e. if we keep adding new sub-commands. Also remove the "running sub-command" INFO message as this makes it impossible to implement sub-commands that can be used in pipes.
-
- May 15, 2019
-
-
Frank Winklmeier authored
Implement a trivial plugin registration to remove the dependency on the `extensions` module. Also remove some unused code and options. Add dependency on `requests` module (from LCG) to ensure the jira plugin works correctly.
-
- Aug 10, 2017
-
-
Stewart Martin-Haugh authored
Former-commit-id: 2db86708
-
- Sep 19, 2014
-
-
Walter Lampl authored
gen_klass of AlgTool: Remove obsolete usage of StoreGateSvc (done by AthAlgTool base now) (PyUtils-00-13-22)
-