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/v2
Michael Scherer 0c74b356d2 Add a import for 'builtins' module, used in CleansingNodeVisitor.
This was previously done by ./lib/ansible/utils/__init__.py, but
this code is no longer here in v2 anymore. And since the module
got renamed in python3 to builtins ( https://docs.python.org/3/library/builtins.html ),
we have to use six.
10 years ago
..
ansible Add a import for 'builtins' module, used in CleansingNodeVisitor. 10 years ago
bin now in v2 everything passes a single passwords hash 10 years ago
hacking Port sivel's fix for egg_info (#10563) to v2 10 years ago
samples Change exceptions to python3 syntax. 10 years ago
scripts Add the python3 compat header 10 years ago
test Import StringIO from six in a couple more places. 10 years ago
README-tests.md Add a README for the v2 unittests 10 years ago
setup.py Add setup.py for v2 to allow for pip editable installs. 10 years ago
test-requirements.txt Add six to the v2 test-requirements 10 years ago