Skip to content

Port to Python3 #1

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Port to Python3 #1

wants to merge 1 commit into from

Conversation

sir-ragna
Copy link

I used 2to3-3.8. Tested in Python3.

I did not test in Python2. If Python 2 compatibility remains a requirement the following lines could be added.

from __future__ import print_function
if hasattr(__builtins__, 'raw_input'):
    input = raw_input

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant