In python-2.x, convert PortageException.value attribute from unicode to str
authorZac Medico <zmedico@gentoo.org>
Tue, 5 Jan 2010 19:15:39 +0000 (19:15 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 5 Jan 2010 19:15:39 +0000 (19:15 -0000)
commitd0319df3fbc5c2eb0d04b17cfba35a3e0c661cbc
treec426ad320448cfbd9fe213ed9bd39ce246792755
parentb815dd042bf625313a4a45724d9213260d30870d
In python-2.x, convert PortageException.value attribute from unicode to str
in order to avoid empty output with string format operator.

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