mirror of https://github.com/ansible/ansible.git
Add python3-compat boilerplate to all .py files in lib/ansible
parent
de3ca57a33
commit
f34b55ac2b
@ -0,0 +1,4 @@
|
|||||||
|
# Make coding more python3-ish
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
__metaclass__ = type
|
||||||
|
|
@ -0,0 +1,5 @@
|
|||||||
|
# Make coding more python3-ish
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
# Make coding more python3-ish
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
__metaclass__ = type
|
Loading…
Reference in New Issue