In python-2.x, convert PortageException.value attribute from unicode to str
authorZac Medico <zmedico@gentoo.org>
Fri, 29 Jan 2010 18:45:49 +0000 (18:45 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 29 Jan 2010 18:45:49 +0000 (18:45 -0000)
commit97ebf8f22457f51eb37ca3131adfbdfd75f24b1e
tree5245eb5677e36c74bce19de7d84ffbb361b54492
parente80fa7f53aa6211db7d4334f53b0af8b3cfad711
In python-2.x, convert PortageException.value attribute from unicode to str
in order to avoid empty output with string format operator. (trunk r15169)

svn path=/main/branches/2.1.7/; revision=15237
pym/portage/exception.py