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
David Wilson bde6f888a0 ansible: restructure package to avoid yet more madness
Ansible's PluginLoader makes up bullshit when it imports a module
(mostly because it has to make up something), therefore we ended up with
duplicate copies of ansible_mitogen loaded: one under
ansible.plugins.*.mitogen, and one under the canonical namespace.

Which broke isinstance().
7 years ago
..
plugins ansible: restructure package to avoid yet more madness 7 years ago
__init__.py ansible: restructure to avoid intermediate imports 7 years ago
connection.py ansible: restructure package to avoid yet more madness 7 years ago
helpers.py ansible: support environment: too. 7 years ago
mixins.py ansible: mixins.py docstrings. 7 years ago
services.py ansible: restructure package to avoid yet more madness 7 years ago
strategy.py ansible: restructure package to avoid yet more madness 7 years ago