Skip to content

Port to Python3#1

Open
sir-ragna wants to merge 1 commit intoNotSoSecure:masterfrom
sir-ragna:master
Open

Port to Python3#1
sir-ragna wants to merge 1 commit intoNotSoSecure:masterfrom
sir-ragna:master

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