Remove leading slash from appropriate paths inside portage.const, so that
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Jul 2009 20:45:53 +0000 (20:45 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Jul 2009 20:45:53 +0000 (20:45 -0000)
commitc54a920d60415f19b3a42796193d87b6b21c84a1
treefde9fd7ed67c42f3792badbb362415b24d4893fd
parent6c13644725a2371993fcf1d484e8852122a8b21e
Remove leading slash from appropriate paths inside portage.const, so that
lstrip(os.sep) is not needed for os.path.join() calls. Thanks to Fabian
Groffen <grobian@g.o> for this patch.

svn path=/main/trunk/; revision=13821
pym/_emerge/actions.py
pym/portage/__init__.py
pym/portage/const.py
pym/portage/output.py
pym/portage/sets/__init__.py
pym/portage/sets/files.py
pym/portage/update.py