Fix mirror_cache() so it won't silently swallow a KeyError if _mtime_ or
authorZac Medico <zmedico@gentoo.org>
Thu, 25 Sep 2008 23:29:37 +0000 (23:29 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 25 Sep 2008 23:29:37 +0000 (23:29 -0000)
commit6dc9e2a9b1f4043a2c4972c5599f7a61b1f04f3f
tree4f228e838478538434709ce988b91e01df715ec5
parent1218a395d78b0085e4eb7d11fbcb20314586de9e
Fix mirror_cache() so it won't silently swallow a KeyError if _mtime_ or
_eclass_ happens to be missing from the cache data for some reason.

svn path=/main/trunk/; revision=11548
pym/portage/cache/util.py