Remove unicode(), we're all unicode
Py3
This commit is contained in:
parent
b9510fed67
commit
dfd1da01be
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ The linux.conf.au 2016 attendees mailing listName
|
|||
if self.country:
|
||||
lines.append(self.country.name)
|
||||
|
||||
return "\n".join(unicode(line) for line in lines)
|
||||
return "\n".join(lines)
|
||||
|
||||
def clean(self):
|
||||
errors = []
|
||||
|
|
Loading…
Reference in a new issue