mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Restore python3 fixups
This commit is contained in:
parent
8007829228
commit
ed2e6fc8fa
8 changed files with 19 additions and 5 deletions
|
@ -16,6 +16,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 distutils.spawn
|
||||
import traceback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue