community.general/lib/ansible/modules/utilities
Brano Zarnovican 9fd52ac40e Py2.4: SystemExit in async_wrapper is not an error - compatibility fix
Prior to Python 2.5, SystemExit was a subclass of Exception.
In Py2.4, this is causing extra error output on valid sys.exit(0).

(Toshio) Call sys.exit from inside of the SystemExit exception handler so py2.4 and py2.5+ behaviour matches
2016-12-08 11:24:37 -05:00
..
helper Adapt module to use new module._name property (#3918) 2016-12-08 11:24:36 -05:00
logic Py2.4: SystemExit in async_wrapper is not an error - compatibility fix 2016-12-08 11:24:37 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00