Add boilerplate to fetch.py

This completes the modules/files directory so we can now check it for
regressions.
This commit is contained in:
Toshio Kuratomi 2017-08-03 09:54:27 -07:00
commit fbf6cb8fff
2 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,10 @@
# Copyright: (c) 2017, Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
__metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.0',
'status': ['stableinterface'],
'supported_by': 'core'}