mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add print_function to __future__ import list
This commit is contained in:
parent
055b0701de
commit
8237f45a46
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
'''
|
||||
Script for copying back xml junit files from tests
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
from __future__ import absolute_import, print_function
|
||||
import argparse # pylint: disable=minimum-python-version
|
||||
import os
|
||||
import paramiko
|
||||
|
|
Loading…
Add table
Reference in a new issue