summaryrefslogtreecommitdiff
path: root/test/integration/targets/expect
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/expect
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/expect')
-rw-r--r--test/integration/targets/expect/files/test_command.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/targets/expect/files/test_command.py b/test/integration/targets/expect/files/test_command.py
index 685c50c229..e45c847e97 100644
--- a/test/integration/targets/expect/files/test_command.py
+++ b/test/integration/targets/expect/files/test_command.py
@@ -1,3 +1,6 @@
+from __future__ import (absolute_import, division, print_function)
+__metaclass__ = type
+
import sys
try: