
Information:
These are the rez sources from https://github.com/AcademySoftwareFoundation/rez
We have decided not to compile them as binary .pyc files.
So you have to let one client get a REZ render job once to compile the requires .py files.


Fixes:
Python 39 changed the behavoir of a function that should return the "original path" of a REZ package.
This function is in REZ in case the same REZ location has been added twice with different paths.
E.g. on Linux a local file link to the ones on the fileserver. Or on Windows a drive letter mapped to an UNC share.

But a customer had a case in which a plugin was working with a drive letter only. And broke if you use an UNC path.
Therefore we have implemented a fix.
If you do not want to convert the drive letters of package paths into UNC paths, 
then please edit the file [RR]\render_apps\_setenv\all\_global__inhouse.rrEnv.
Add the line RR_REZ_NO_UNC= 1








