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 3b7a1d4f36 ansible: fix 3.x dependency scanning on OS X
On OS X with case-insensitive filenames, resolving
'ansible.module_utils.facts.base.Hardware' finds
'ansible.module_utils.facts.hardware/__init__.py', because
module_finder's procedure is completely wrong for resolving child
modules. Patch over it for now since it otherwise works for Ansible.
6 years ago
..
plugins ansible: add dummy init.pys so setup.py find_packages() DTRT. 6 years ago
__init__.py ansible: restructure to avoid intermediate imports 7 years ago
connection.py Initial Python 3.x port work. 6 years ago
logging.py utils: always enable microsecond logging. 6 years ago
mixins.py Initial Python 3.x port work. 6 years ago
module_finder.py ansible: fix 3.x dependency scanning on OS X 6 years ago
planner.py Initial Python 3.x port work. 6 years ago
process.py Initial Python 3.x port work. 6 years ago
runner.py ansible: cStringIO interprets unicode as a buffer obj on 2.x 6 years ago
services.py Initial Python 3.x port work. 6 years ago
strategy.py ansible: flake8 fixes. 6 years ago
target.py ansible: reduce() does not exist in 3.x. 6 years ago