summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2015-02-08 19:43:10 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2015-02-08 19:43:10 -0800
commitf81b136547347997d043bd99adf9d7013f097c69 (patch)
treee4f81fae55c89a293e6c2d2cf1f57e2da876023a /lib
parent20ec80295dbf2a36b633860c139d113f9c0e6388 (diff)
downloadspack-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.py1
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