summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
Diffstat (limited to 'portato')
-rw-r--r--portato/eix/parser.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/eix/parser.pyx b/portato/eix/parser.pyx
index d4bd3af..6363b37 100644
--- a/portato/eix/parser.pyx
+++ b/portato/eix/parser.pyx
@@ -279,7 +279,7 @@ cdef class package:
after_offset = ftell(cfile)
self.name = string(file)
- self.description = string(file)
+ self.description = unicode(string(file))
# skip the rest, as it is currently unneeded
#self.provide = vector(file, number)
ss='insertions'>+6 2017-10-08[zsh] Use zcalc instead of bcRené 'Necoro' Neumann1-5/+4 2017-10-08[zsh] CalculatorRené 'Necoro' Neumann1-0/+8 2017-10-08Some vim changes.René 'Necoro' Neumann4-28/+17 2017-10-08Delete old stuff.René 'Necoro' Neumann5-71/+1