1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/template
Marius Gedminas df1b41d3d3 Avoid types.NoneType
types.NoneType was removed in Python 3.

None is a singleton in Python, so 'x is None' is equivalent to
'isinstance(x, NoneType)'.
2015-08-27 22:15:56 +03:00
..
__init__.py Avoid types.NoneType 2015-08-27 22:15:56 +03:00
safe_eval.py Merge branch 'pluggable_jinja_tests' of https://github.com/quixoten/ansible into quixoten-pluggable_jinja_tests 2015-07-29 15:16:27 -04:00
template.py Making the switch to v2 2015-05-03 21:47:26 -05:00
vars.py Remove outdated FIXME; HostVars is imported and used below 2015-07-31 00:09:49 +05:30