You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/ansible_mitogen/plugins
Alex Willmer 85069b28cd ansible_mitogen: Fix ModuleNotFoundError: No module named 'ansible_mitogen'
Loading the ansible_mitogen Ansible plugins apparently doesn't follow the same
rules as importing a Python module. So sys.path manipulations in __init__.py
weren't fired when Ansible tried to load the plugins from a /custom/path that
wasn't already on sys.path.

This wasn't picked up by the test because CI always installs Mitogen as a
Python package (in a virtual env).

This reverses 6145508312.
4 weeks ago
..
action ansible_mitogen: Allow mitogen_fetch to bypass slurp module 4 years ago
connection ansible_mitogen: Fix ModuleNotFoundError: No module named 'ansible_mitogen' 4 weeks ago
strategy ansible_mitogen: Fix ModuleNotFoundError: No module named 'ansible_mitogen' 4 weeks ago
__init__.py ansible: add dummy init.pys so setup.py find_packages() DTRT. 8 years ago