Bug #280269 - Fix Atom.__str__ so that it doesn't try to encode a unicode
authorZac Medico <zmedico@gentoo.org>
Tue, 4 Aug 2009 19:40:57 +0000 (19:40 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 4 Aug 2009 19:40:57 +0000 (19:40 -0000)
commit8a2c435913dfd077adfca4e666e1f9c28bc04efe
tree2ba3468ccbaaf81d44d99913c70e15451aff3ef7
parent5013be0b2b4d6cdf530d1f324ad8e74b112b2544
Bug #280269 - Fix Atom.__str__ so that it doesn't try to encode a unicode
string (resulting in UnicodeEncodeError). If an Atom instance is passed into
the constructor, just return the given instance.

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