diff options
author | Matt Clay <mclay@redhat.com> | 2020-06-22 19:05:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 19:05:30 -0700 |
commit | 4816bb4f43ee22f20fa7d75a79db659cc1cdeaf3 (patch) | |
tree | 4cf981e84fd5cb86174f8067d7178d731dece1c9 /hacking/get_library.py | |
parent | 234994fc075222f28943313024c7df5d7010bc37 (diff) | |
download | ansible-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-x | hacking/get_library.py | 3 |
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 |