bootstrap: fix printing for python 2 (#25592)

This commit is contained in:
Todd Gamblin
2021-08-24 14:31:30 -07:00
committed by GitHub
parent 1374fea5d9
commit 80713e234c
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from __future__ import print_function
import contextlib
import json
import os

View File

@@ -2,6 +2,8 @@
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from __future__ import print_function
import os.path
import shutil