More flake8 fixes for package-list

This commit is contained in:
Paul Hopkins 2016-07-18 13:59:58 +01:00
parent cc027148eb
commit a46138dea9

View file

@ -22,10 +22,8 @@
# License along with this program; if not, write to the Free Software # License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
############################################################################## ##############################################################################
import re
import cgi import cgi
from StringIO import StringIO from StringIO import StringIO
import llnl.util.tty as tty
from llnl.util.tty.colify import * from llnl.util.tty.colify import *
import spack import spack