Use portage.chdir() instead of os.chdir() in order to avoid an 'OSError: [Errno 2...
authorZac Medico <zmedico@gentoo.org>
Mon, 4 Dec 2006 10:07:35 +0000 (10:07 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 4 Dec 2006 10:07:35 +0000 (10:07 -0000)
commit6eb1ca2326c2021f4106b6a39e784b968746a9a6
tree50f81a5406200de019c5279c0e55880688403bf0
parent188abf0a7f910caba9d75fc570fdf962472f9355
Use portage.chdir() instead of os.chdir() in order to avoid an 'OSError: [Errno 2] No such file or directory' if the working directory doesn't exist.  Thanks to Caster for reporting.

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