ansible/lib
Marius Gedminas d2bec7f81f Python 3: avoid "except ..., e:" in module_utils/basic.py
Make the code compatible with Pythons 2.4 through 3.5 by using
sys.exc_info()[1] instead.

This is necessary but not sufficient for Python 3 compatibility.
2015-09-23 10:04:25 +03:00
..
ansible Python 3: avoid "except ..., e:" in module_utils/basic.py 2015-09-23 10:04:25 +03:00