Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use unicode_literals future import #215

Merged
merged 2 commits into from Jun 26, 2015

Conversation

singingwolfboy
Copy link
Contributor

I ran into a problem where runner.py was trying to print a filename that had unicode characters in the name of the file, and it ran into trouble. This should fix it.

@jwhitlock
Copy link
Contributor

Smells safe to me, but can you add the encoding to the files you've changed as well?

# coding: utf-8
from future import unicode_literals

Some context: http://stackoverflow.com/a/826710/10612

@singingwolfboy
Copy link
Contributor Author

@jwhitlock: Ah, good thought. Fixed!

jwhitlock added a commit that referenced this pull request Jun 26, 2015
@jwhitlock jwhitlock merged commit eec1eac into jazzband:master Jun 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants