Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(202)

Unified Diff: python/musicexp.py

Issue 561270043: Fix-ups for migration to Python 3.x (Closed)
Patch Set: Open .ps file in binary mode Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « python/midi.py ('k') | python/musicxml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: python/musicexp.py
diff --git a/python/musicexp.py b/python/musicexp.py
index 6443d26919425e6cc636d7ee4a666e1cb59080d8..e6c70bc0d70467125e67036ad83454fc6ebc5442 100644
--- a/python/musicexp.py
+++ b/python/musicexp.py
@@ -816,7 +816,7 @@ class Lyrics:
for l in self.lyrics_syllables:
lstr += l
#lstr += "\n}"
- return lstr.encode('utf-8')
+ return lstr
class Header:
« no previous file with comments | « python/midi.py ('k') | python/musicxml.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b