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/lib/ansible/template
Toshio Kuratomi 1c05ed7951 Fix circular import with unsafe_proxy, template, and vars
template/__init__.py imported unsafe_proxy from vars which caused
vars/__init__.py to load.  vars/__init__.py needed template/__init__.py
which caused issues.  Loading unsafe_proxy from another location fixes
that.
9 years ago
..
__init__.py Fix circular import with unsafe_proxy, template, and vars 9 years ago
safe_eval.py Update module_utils.six to latest (#22855) 9 years ago
template.py Fixing security bugs for CVE-2016-9587 9 years ago
vars.py Update module_utils.six to latest (#22855) 9 years ago