summaryrefslogtreecommitdiff
path: root/hacking/get_library.py
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 /hacking/get_library.py
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 'hacking/get_library.py')
-rwxr-xr-xhacking/get_library.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/hacking/get_library.py b/hacking/get_library.py
index ea5d44bf3d..23bf4a39bb 100755
--- a/hacking/get_library.py
+++ b/hacking/get_library.py
@@ -18,6 +18,9 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+from __future__ import (absolute_import, division, print_function)
+__metaclass__ = type
+
import ansible.constants as C
import sys