diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2015-02-08 19:43:10 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2015-02-08 19:43:10 -0800 |
commit | f81b136547347997d043bd99adf9d7013f097c69 (patch) | |
tree | e4f81fae55c89a293e6c2d2cf1f57e2da876023a /lib | |
parent | 20ec80295dbf2a36b633860c139d113f9c0e6388 (diff) | |
download | spack-f81b136547347997d043bd99adf9d7013f097c69.tar.gz spack-f81b136547347997d043bd99adf9d7013f097c69.tar.bz2 spack-f81b136547347997d043bd99adf9d7013f097c69.tar.xz spack-f81b136547347997d043bd99adf9d7013f097c69.zip |
import fix in cmd/clean
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/cmd/clean.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/spack/cmd/clean.py b/lib/spack/spack/cmd/clean.py index 79dd91c5bf..ec3b221988 100644 --- a/lib/spack/spack/cmd/clean.py +++ b/lib/spack/spack/cmd/clean.py @@ -23,6 +23,7 @@ # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ############################################################################## from external import argparse +import subprocess import llnl.util.tty as tty |