mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
ac27c54c2e
commit
de907a8e36
4 changed files with 1 additions and 6 deletions
|
@ -24,4 +24,3 @@ Compat library for ansible. This contains compatibility definitions for older p
|
||||||
When we need to import a module differently depending on python version, do it
|
When we need to import a module differently depending on python version, do it
|
||||||
here. Then in the code we can simply import from compat in order to get what we want.
|
here. Then in the code we can simply import from compat in order to get what we want.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -37,4 +37,3 @@ except ImportError:
|
||||||
BUILTINS = 'builtins'
|
BUILTINS = 'builtins'
|
||||||
else:
|
else:
|
||||||
BUILTINS = '__builtin__'
|
BUILTINS = '__builtin__'
|
||||||
|
|
||||||
|
|
|
@ -14,9 +14,6 @@ lib/ansible/cli/galaxy.py
|
||||||
lib/ansible/cli/playbook.py
|
lib/ansible/cli/playbook.py
|
||||||
lib/ansible/cli/pull.py
|
lib/ansible/cli/pull.py
|
||||||
lib/ansible/cli/vault.py
|
lib/ansible/cli/vault.py
|
||||||
lib/ansible/compat/__init__.py
|
|
||||||
lib/ansible/compat/selectors/__init__.py
|
|
||||||
lib/ansible/compat/tests/__init__.py
|
|
||||||
lib/ansible/constants.py
|
lib/ansible/constants.py
|
||||||
lib/ansible/executor/__init__.py
|
lib/ansible/executor/__init__.py
|
||||||
lib/ansible/executor/action_write_locks.py
|
lib/ansible/executor/action_write_locks.py
|
||||||
|
|
Loading…
Reference in a new issue