ansible/lib
Marius Gedminas f5d4935197 Python 3: treat python as a function in module_utils/basic.py
NB: we can't use 'from __future__ import print_function', but luckily
print(one_thing) works fine on both Python 2 and Python 3 without that.
2015-09-23 10:04:25 +03:00
..
ansible Python 3: treat python as a function in module_utils/basic.py 2015-09-23 10:04:25 +03:00