CreativeLyons / NukeSurvivalToolkit_publicRelease

public version of the nuke survival toolkit
MIT License
221 stars 48 forks source link

Python 3 Compatibility #31

Closed aldmbmtl closed 1 year ago

aldmbmtl commented 1 year ago

Hello!

This is a great tool set. Internally we have patched the python 3 incompatible print statements with the proper new syntax, would you like us to contribute back and open an PR with these changes made so it works in py3 environments? We can support backwards compat by importing the future function for print if you'd like. Just let us know.

Python 3 also doesn't like mixing tabs and spaces and we are getting hit with warnings that we have fixed as well, we can patch that as well if you'd like.

Again, great project :) Thanks!

aldmbmtl commented 1 year ago

I see the changes are actually on your master branch. I guess there just needs to be a new release made?