ansible/test/units/plugins/loader_fixtures/import_fixture.py
Matt Clay 8cd66ce95a [stable-2.10] Clean up unit test boilerplate.
(cherry picked from commit 98a0995fd0)

Co-authored-by: Matt Clay <matt@mystile.com>
2020-07-13 18:28:02 -07:00

9 lines
257 B
Python

# Nothing to see here, this file is just empty to support a imp.load_source
# without doing anything
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
class test:
def __init__(self, *args, **kwargs):
pass