os.cwd can return OSError (maybe IOError with wrong perms for ./, will test actually...
authorAlec Warner <antarus@gentoo.org>
Fri, 12 Jan 2007 04:28:10 +0000 (04:28 -0000)
committerAlec Warner <antarus@gentoo.org>
Fri, 12 Jan 2007 04:28:10 +0000 (04:28 -0000)
commitc36a8aae71e6ee7324a0d3312a351ed43c63e876
treea4036b62bebee0b53a034964c1a591a8ddfcf4ce
parentdde872be2a572069da77497fac27f50e32e8c817
os.cwd can return OSError (maybe IOError with wrong perms for ./, will test actually), load_mod should be IMportError, nuke a stupid try except around shuffle which used to break years ago with old glibcs, remove try except around what appears to be a regex? and make the try except around the unlink a bit cleaner

svn path=/main/trunk/; revision=5587
pym/portage.py