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.
2015-04-14 16:47:58 -04:00
..
ansible Add a import for 'builtins' module, used in CleansingNodeVisitor. 2015-04-14 16:47:58 -04:00
bin now in v2 everything passes a single passwords hash 2015-04-08 03:17:32 -04:00
hacking Port sivel's fix for egg_info (#10563) to v2 2015-03-30 19:15:41 -07:00
samples Change exceptions to python3 syntax. 2015-04-13 12:35:20 -04:00
scripts Add the python3 compat header 2014-10-28 20:41:51 -04:00
test Import StringIO from six in a couple more places. 2015-04-13 16:03:02 -04:00
README-tests.md Add a README for the v2 unittests 2014-10-15 18:25:54 -04:00
setup.py Add setup.py for v2 to allow for pip editable installs. 2015-04-13 13:34:48 -04:00
test-requirements.txt Add six to the v2 test-requirements 2015-04-13 13:43:25 -07:00