summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/plugins/module_utils/nested_same/nested_same/nested_same.py
blob: 774075646ac37edcf8c847f1ee3bd4e1b10d76e0 (plain)
1
2
3
4
5
6
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type


def nested_same():
    return 'hello from nested_same'