Skip to content

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

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.

1 participant