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 34088a8b7f ansible_mitogen: Consolidate Python 2 & 3 compatibility
Rough guidelines, in decending preference:
- Use mitogen.core if possible
- Use ansible.module_utils.six if possible
- Embed a getattr() or try/except

viewkeys() et al can't be brought into mitogen.core because that package still
targets Python 2.4. dict.viewkeys() were introduced in Python 2.7.
2 months ago
..
action ansible_mitogen: Allow mitogen_fetch to bypass slurp module 3 years ago
connection ansible_mitogen: Consolidate Python 2 & 3 compatibility 2 months ago
strategy ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
__init__.py ansible: add dummy init.pys so setup.py find_packages() DTRT. 7 years ago