From 37248717c373033626fae7396bc8ac47374abb30 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 6 Feb 2019 19:42:47 +0100 Subject: Unicode fixes for python 3 --- pgcommitfest/commitfest/feeds.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pgcommitfest/commitfest/feeds.py') diff --git a/pgcommitfest/commitfest/feeds.py b/pgcommitfest/commitfest/feeds.py index cd206ac..969de69 100644 --- a/pgcommitfest/commitfest/feeds.py +++ b/pgcommitfest/commitfest/feeds.py @@ -21,13 +21,13 @@ class ActivityFeed(Feed): if self.cfid: return item['name'] else: - return u'{cfname}: {name}'.format(**item) + return '{cfname}: {name}'.format(**item) def item_description(self, item): if self.cfid: - return u"