avoid unnecessary stat by catching ENOENT error instead of using os.path.exists()
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Feb 2006 22:07:52 +0000 (22:07 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Feb 2006 22:07:52 +0000 (22:07 -0000)
commitd215e2a84591dd3568d13c5fcaa5ba309b4c7994
tree097f5f5c2e90d30d482db90ca1ecd74e5fcdfa3e
parent664bcd1672bfe7d253c1e70e01d95cd369e0ad53
avoid unnecessary stat by catching ENOENT error instead of using os.path.exists()

svn path=/main/trunk/; revision=2690
pym/portage_checksum.py