We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python2 is no longer supported. Migrate Python Scripts to Python3.
Use 2to3 to convert them to Python3 scripts.
The text was updated successfully, but these errors were encountered:
Technically this is already complete on my machine but requires more testing.
for i in *.py; do 2to3 --output-dir=./py3tmp -W -n "$i"; done | tee -a 2to3.log
Sorry, something went wrong.
kwadroke
No branches or pull requests
Python2 is no longer supported. Migrate Python Scripts to Python3.
Use 2to3 to convert them to Python3 scripts.
The text was updated successfully, but these errors were encountered: