summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Scheibel <scheibel1@llnl.gov>2016-03-24 12:16:50 -0700
committerPeter Scheibel <scheibel1@llnl.gov>2016-03-24 12:16:50 -0700
commitfe71ba992d26b66a4a9492d9b0fbf17b1410b1e1 (patch)
tree9e13964505c846507ce5fa485573ac1e17e1f60f
parent13bf7d4ff11e6897d4b688c16564f924e40f657e (diff)
downloadspack-fe71ba992d26b66a4a9492d9b0fbf17b1410b1e1.tar.gz
spack-fe71ba992d26b66a4a9492d9b0fbf17b1410b1e1.tar.bz2
spack-fe71ba992d26b66a4a9492d9b0fbf17b1410b1e1.tar.xz
spack-fe71ba992d26b66a4a9492d9b0fbf17b1410b1e1.zip
remove unused import
-rw-r--r--lib/spack/spack/cmd/test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/test.py b/lib/spack/spack/cmd/test.py
index 3c405c5c6b..82bf3928c3 100644
--- a/lib/spack/spack/cmd/test.py
+++ b/lib/spack/spack/cmd/test.py
@@ -23,7 +23,6 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
import os
-import shutil
from pprint import pprint
from llnl.util.filesystem import join_path, mkdirp