AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
832 stars 202 forks source link

Add script for converting imports in grpc python modules and remove 2to3 #1557

Closed lithorus closed 3 weeks ago

lithorus commented 4 weeks ago

Link the Issue(s) this Pull Request is related to. This is to fix #1555

Summarize your change. Replaces 2to3 with a simple script that adds "from ." in front of pb2 imports.

This is done to support newer versions of python where 2to3 has been removed.