summaryrefslogtreecommitdiff
path: root/portato/eix
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-12 21:03:20 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-12 21:03:20 +0200
commit668c676ac5acc28559381aae13688798104458b5 (patch)
tree31dc35e8c4396fd53ed5d18d9d3a7851669e3a6f /portato/eix
parent1f7f06f92bb910a0b1e025055b252478e5727fb3 (diff)
parent39f786c905e1e78c283a1d3939876b0e6b1f86c4 (diff)
downloadportato-668c676ac5acc28559381aae13688798104458b5.tar.gz
portato-668c676ac5acc28559381aae13688798104458b5.tar.bz2
portato-668c676ac5acc28559381aae13688798104458b5.zip
Merge branch '0.14'
Diffstat (limited to 'portato/eix')
-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)