diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2023-07-04 01:30:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-04 08:30:29 +0200 |
commit | 33c5959e231f0172f5355f1422f13def37275b65 (patch) | |
tree | fbf2d47fd7cd8c0ac6efa5d9407b607a6e723f3e /bin | |
parent | 65288566e537556e1388bdb35dce254c85e6a5e9 (diff) | |
download | spack-33c5959e231f0172f5355f1422f13def37275b65.tar.gz spack-33c5959e231f0172f5355f1422f13def37275b65.tar.bz2 spack-33c5959e231f0172f5355f1422f13def37275b65.tar.xz spack-33c5959e231f0172f5355f1422f13def37275b65.zip |
Remove from __future__ imports (#38703)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -25,8 +25,6 @@ exit 1 # Line above is a shell no-op, and ends a python multi-line comment. # The code above runs this file with our preferred python interpreter. -from __future__ import print_function - import os import os.path import sys |