Files
community.general/lib/ansible/plugins
Matt Martz 2732cde031 Support using importlib on py>=3 to avoid imp deprecation (#54883)
* Support using importlib on py>=3 to avoid imp deprecation

* Add changelog fragment

* importlib coverage for py3

* Ansiballz execute should use importlib too

* recursive module_utils finder should utilize importlib too

* don't be dumb

* Fix up units

* Clean up tests

* Prefer importlib.util in plugin loader when available

* insert the module into sys.modules

* 3 before 2 for consistency

* ci_complete

* Address importlib.util.find_spec returning None
2019-04-25 10:28:18 -05:00
..
2019-03-27 14:44:04 +01:00
2019-04-04 10:46:27 +05:30
2019-03-26 18:10:45 +05:30
2019-02-03 15:10:16 -05:00
2019-03-04 15:30:18 -05:00