mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Import futures including print
This commit is contained in:
parent
62c08d96e5
commit
3d2a056ad4
76 changed files with 174 additions and 11 deletions
|
@ -14,6 +14,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
|
||||
|
||||
import base64
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue