You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins/loader_fixtures/import_fixture.py

9 lines
190 B
Python

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