Make portdbapi.cp_list() use os.listdir() instead of
authorZac Medico <zmedico@gentoo.org>
Mon, 29 Oct 2007 00:08:28 +0000 (00:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 29 Oct 2007 00:08:28 +0000 (00:08 -0000)
commit58ae97c54525b1572f2c96ad81f28bca69b8edc2
tree31eb9dc1ba9e40c3ae96842dfff6ca05eb2dd073
parent937a8e4399cdefc18b9a5ec7bcb6c0dda4502fb6
Make portdbapi.cp_list() use os.listdir() instead of
portage.listdir() since portage.listdir() has unnecessary
overhead and it's cache isn't needed since cp_list() has
it's own cache.

svn path=/main/trunk/; revision=8336
pym/portage/dbapi/porttree.py