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

One-time port with 2to3 #130

Closed
paulgazz opened this issue Mar 9, 2022 · 1 comment
Closed

One-time port with 2to3 #130

paulgazz opened this issue Mar 9, 2022 · 1 comment
Assignees

Comments

@paulgazz
Copy link
Owner

paulgazz commented Mar 9, 2022

Since setuptools no longer supports the use_2to3 as reported in #129, we should just do a one-time port for any remaining python2 code. Use the 2to3 with a command like this:

2to3 --output-dir=../kmax2to3 -W -n ./

We should consider how this affects the pending merge #90 to avoid conflicts.

@paulgazz
Copy link
Owner Author

paulgazz commented Jun 7, 2022

Fixed by #154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant