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.
ansible/files
Michael Scherer 953cd915bb Cleanup imports of xattr
Since the module use re and os, we need to import them.
And rather than importing '*', we should limit to the
only object/function needed, so we can more easily refactor
later.
9 years ago
..
__init__.py package files 11 years ago
acl.py Bulk spelling improvement to modules-core (#5225) 9 years ago
assemble.py Fix assemble module for python3 9 years ago
copy.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 9 years ago
fetch.py Fix grammar in docs for fetch 'fail_on_missing' (#3872) 10 years ago
file.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 9 years ago
find.py Bulk spelling improvement to modules-core (#5225) 9 years ago
ini_file.py Bulk spelling improvement to modules-core (#5225) 9 years ago
lineinfile.py to_text, to_bytes, and to_native now have surrogate_or_strict error handler (#4630) 9 years ago
replace.py Declare empty diff dict ahead of time (#4646) 9 years ago
stat.py Bulk spelling improvement to modules-core (#5225) 9 years ago
synchronize.py Bulk spelling improvement to modules-core (#5225) 9 years ago
template.py restored incorrectly removed docs, jinja2 override 10 years ago
unarchive.py Fix unarchive on python3 9 years ago
xattr.py Cleanup imports of xattr 9 years ago