Fix unhandled FileNotFound from previous commit.
authorZac Medico <zmedico@gentoo.org>
Mon, 14 Feb 2011 03:59:24 +0000 (19:59 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 14 Feb 2011 03:59:24 +0000 (19:59 -0800)
commit334af57e0511842a3b38db091f2aa33e07615729
treee975f69fa953b6e693458d93e1b6f44599d93dd9
parent53f096c5d72dd15336fdf921f29ceae9b5842148
Fix unhandled FileNotFound from previous commit.

There is an existing handler for EnvironmentError, so raise that
instead of FileNotFound.
pym/portage/dbapi/bintree.py