autopkg / 48kRAM-recipes

autopkg recipes
Apache License 2.0
4 stars 10 forks source link

Basic python3 compatibility #11

Closed homebysix closed 5 years ago

homebysix commented 5 years ago

In order to make your processors more compatible with AutoPkg running in Python 3, I've applied a few adjustments suggested by python-modernize, pylint --py3k, and pylint in general.

More adjustments may need to be made manually later, but this should catch the low-hanging fruit right now.

I also removed the OSXFUSE/OSXFuseURLProvider.py processor, since it didn't look like it was referenced from anywhere. Let me know if that's not correct.

48kRAM commented 5 years ago

Thanks for doing this!