aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/glsa.py')
-rw-r--r--pym/portage/glsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/glsa.py b/pym/portage/glsa.py
index a152cd576..7e7f4976e 100644
--- a/pym/portage/glsa.py
+++ b/pym/portage/glsa.py
@@ -200,7 +200,7 @@ def getText(node, format):
if format == "strip":
rValue = rValue.strip(" \n\t")
rValue = re.sub("[\s]{2,}", " ", rValue)
- return rValue.encode("utf_8")
+ return rValue
def getMultiTagsText(rootnode, tagname, format):
"""