Fix regression in _getitem() from r14398, since myf.read().split("\n")
authorZac Medico <zmedico@gentoo.org>
Thu, 24 Sep 2009 22:15:48 +0000 (22:15 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 24 Sep 2009 22:15:48 +0000 (22:15 -0000)
commit3df9061abdeba371dabcab9754be90866ff1d0ad
treebe50552e8e9a384d545c37184f9e23124b48c4b4
parent7f16514a8aef6f0ac046afd895bc9294b30ab038
Fix regression in _getitem() from r14398, since myf.read().split("\n")
yields an empty string at the end which is causes _parse_data() to
catch a ValueError and raise CacheCorruption.

svn path=/main/trunk/; revision=14416
pym/portage/cache/flat_hash.py