mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-20 16:33:18 +00:00
We do want to allow certain from __future__ imports in modules that make it easier to code compatible python2 and python3. Note that unicode_literals is specifically left out and should never be allowed. Now that python-3.4+ allows u"" there's no good reason to use unicode_literals. Also switch tables in the validate_modules documentation to simple table format |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| main.py | ||
| module_args.py | ||
| schema.py | ||
| skip.txt | ||
| test_validate_modules_regex.py | ||
| utils.py | ||
| validate-modules | ||