summaryrefslogtreecommitdiffstats
path: root/test/units/plugins/loader_fixtures/import_fixture.py
blob: 81127332e0b428157fec8d6667e2f893a984eed4 (plain)
1
2
3
4
5
6
7
8
9
# 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