In dblink.treewalk(), use os.walk() instead of portage.listdir()
authorZac Medico <zmedico@gentoo.org>
Sat, 13 Oct 2007 05:27:17 +0000 (05:27 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 13 Oct 2007 05:27:17 +0000 (05:27 -0000)
commit3ab7f2893f32670bcab7bb4c5faf2cfcb9e90cf6
tree48140f54799ca71c19de27f00442ba116f4911d3
parentf026e1e10ac37e6bff3192642bb822b11f1a0a95
In dblink.treewalk(), use os.walk() instead of portage.listdir()
in order to avoid cacheddir() bloat when listing the files to be
merged from ${D}.

svn path=/main/trunk/; revision=8096
pym/portage/dbapi/vartree.py