mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
add future boilerplate imports
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
ea952f0825
commit
e82c3907bb
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
# Imports and info for sanity checking
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
from distutils.version import LooseVersion
|
||||
|
||||
FW_VERSION = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue