AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
932 stars 329 forks source link

Remove Python2-related __future__ imports #1640

Closed vergeev closed 6 months ago

vergeev commented 6 months ago

Closes #1636

Removes every from __future__ import print_function outside of the vendor directory.

Also removes other Python2-related imports, such as:

linux-foundation-easycla[bot] commented 6 months ago

CLA Signed

The committers listed above are authorized under a signed CLA.

JeanChristopheMorinPerso commented 6 months ago

Thank you @vergeev! I triggered builds to see if everything passes.

Can I ask you if you found this issue through https://clotributor.dev/search?foundation=aswf?

vergeev commented 6 months ago

Can I ask you if you found this issue through https://clotributor.dev/search?foundation=aswf?

I did find it through CLOTributor, yes :)