AcademySoftwareFoundation / rez

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

Remove `from __future__ import print_function` from the code base #1636

Closed JeanChristopheMorinPerso closed 7 months ago

JeanChristopheMorinPerso commented 7 months ago

Remove from __future__ import print_function from the code base. This import is not necessary anymore now that we dropped support for Python 2.

Code in rez.vendor should be left untouched.