Fix Bug 414627, where not all packages were being printed.
authorPaul Varner <fuzzyray@gentoo.org>
Tue, 8 May 2012 21:03:04 +0000 (16:03 -0500)
committerPaul Varner <fuzzyray@gentoo.org>
Tue, 8 May 2012 21:03:04 +0000 (16:03 -0500)
commit9369c9a3e8d92ac445ff8929a448e83fd30fb485
treeb24c0b73b34570ab97636d6cdb6e21a58c133567
parenta6a159cd3f8c8a89eccbba57689623a747fea73f
Fix Bug 414627, where not all packages were being printed.

Not sure of why this fixes it, but it appears to be caused by
interaction between the map() and zip() iterator objects in python3.

The fix is to use the list() operator to create a list from the iterator
objects.
pym/gentoolkit/eshowkw/keywords_content.py