ansible/v2/ansible/template
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
..
__init__.py _available_vars in v1 == _available_variables in v2 2015-04-13 12:58:21 -07:00
safe_eval.py Add a import for 'builtins' module, used in CleansingNodeVisitor. 2015-04-14 16:47:58 -04:00
template.py Creating playbook executor and dependent classes 2014-12-29 10:46:47 -06:00
vars.py Adding in hostvars to v2 and getting more integration tests working 2015-01-22 22:50:21 -05:00