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

Python Scripts are using Python2 #10

Open
kwadroke opened this issue Aug 20, 2022 · 1 comment
Open

Python Scripts are using Python2 #10

kwadroke opened this issue Aug 20, 2022 · 1 comment
Assignees

Comments

@kwadroke
Copy link
Owner

Python2 is no longer supported. Migrate Python Scripts to Python3.

Use 2to3 to convert them to Python3 scripts.

@kwadroke kwadroke self-assigned this Aug 20, 2022
@kwadroke
Copy link
Owner Author

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

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

No branches or pull requests

1 participant