3f2b766d10
Continue to ignore: - test/integration/ - test/legacy/ - test/units/
3 lines
143 B
Python
3 lines
143 B
Python
"""Support code for Ansible testing infrastructure."""
|
|
from __future__ import (absolute_import, division, print_function)
|
|
__metaclass__ = type
|