mirror of https://github.com/ansible/ansible.git
Add future and metaclass boilerplate to test code.
Continue to ignore: - test/integration/ - test/legacy/ - test/units/pull/59042/head
parent
f98a4ef2f7
commit
3f2b766d10
@ -1 +1,3 @@
|
||||
"""Support code for Ansible testing infrastructure."""
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue