diff options
author | Paul Hopkins <paul.hopkins@ligo.org> | 2016-07-18 13:59:58 +0100 |
---|---|---|
committer | Paul Hopkins <paul.hopkins@ligo.org> | 2016-07-18 13:59:58 +0100 |
commit | a46138dea94cdcddd91f83aaedb7388a0e53f7e4 (patch) | |
tree | c7bd2620e4dd5ccdfa3033a71612f21f4b543d3f | |
parent | cc027148ebdafbc58f3ad86b384c38534357062a (diff) | |
download | spack-a46138dea94cdcddd91f83aaedb7388a0e53f7e4.tar.gz spack-a46138dea94cdcddd91f83aaedb7388a0e53f7e4.tar.bz2 spack-a46138dea94cdcddd91f83aaedb7388a0e53f7e4.tar.xz spack-a46138dea94cdcddd91f83aaedb7388a0e53f7e4.zip |
More flake8 fixes for package-list
-rw-r--r-- | lib/spack/spack/cmd/package-list.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/spack/spack/cmd/package-list.py b/lib/spack/spack/cmd/package-list.py index 2d25ebc63e..a27502d30e 100644 --- a/lib/spack/spack/cmd/package-list.py +++ b/lib/spack/spack/cmd/package-list.py @@ -22,10 +22,8 @@ # License along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ############################################################################## -import re import cgi from StringIO import StringIO -import llnl.util.tty as tty from llnl.util.tty.colify import * import spack |