merge: avoid abssymlink readlink call
authorZac Medico <zmedico@gentoo.org>
Tue, 6 Sep 2011 18:34:57 +0000 (11:34 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 6 Sep 2011 18:34:57 +0000 (11:34 -0700)
commiteab5a6ee1abff1fbf142cf1558ba940b6d4b270a
tree3ff8163bd01c976f106cb372869fb7fbfdd75059
parent8ce21665b856e24815274240011a4aa81826113a
merge: avoid abssymlink readlink call

This will avoid the "OSError: [Errno 2] No such file or directory" that
is triggered inside abssymlink if the merge encoding is not ascii or
utf_8, as shown in bug #382021.
pym/portage/__init__.py
pym/portage/dbapi/vartree.py