spack/lib
Adam J. Stewart 1ce0c1b556 Fix python3 compatibility bug in spack edit command (#6748)
In Python 2, filter() returns a list, but in Python 3, filter()
returns an iterator, and iterators have no length.
2017-12-21 17:45:15 -08:00
..
spack Fix python3 compatibility bug in spack edit command (#6748) 2017-12-21 17:45:15 -08:00