summaryrefslogtreecommitdiff
path: root/test/integration/targets/module_precedence/lib_no_extension
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2020-06-22 19:05:30 -0700
committerGitHub <noreply@github.com>2020-06-22 19:05:30 -0700
commit4816bb4f43ee22f20fa7d75a79db659cc1cdeaf3 (patch)
tree4cf981e84fd5cb86174f8067d7178d731dece1c9 /test/integration/targets/module_precedence/lib_no_extension
parent234994fc075222f28943313024c7df5d7010bc37 (diff)
downloadansible-4816bb4f43ee22f20fa7d75a79db659cc1cdeaf3.tar.gz
More boilerplate fixes. (#70224)
* Fix boilerplate in hacking dir. * Fix boilerplate in docs dir. * Fix boilerplate in integration tests. * Fix boilerplate in examples.
Diffstat (limited to 'test/integration/targets/module_precedence/lib_no_extension')
-rw-r--r--test/integration/targets/module_precedence/lib_no_extension/ping2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/module_precedence/lib_no_extension/ping b/test/integration/targets/module_precedence/lib_no_extension/ping
index e30706e894..a28f4699ee 100644
--- a/test/integration/targets/module_precedence/lib_no_extension/ping
+++ b/test/integration/targets/module_precedence/lib_no_extension/ping
@@ -19,6 +19,8 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+from __future__ import (absolute_import, division, print_function)
+__metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],