summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2023-07-04 01:30:29 -0500
committerGitHub <noreply@github.com>2023-07-04 08:30:29 +0200
commit33c5959e231f0172f5355f1422f13def37275b65 (patch)
treefbf2d47fd7cd8c0ac6efa5d9407b607a6e723f3e /bin
parent65288566e537556e1388bdb35dce254c85e6a5e9 (diff)
downloadspack-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-xbin/spack2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/spack b/bin/spack
index fe90edf7d3..a94faad09b 100755
--- a/bin/spack
+++ b/bin/spack
@@ -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