Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: edit python generated pb2 import statements in general (#222)
In the previous version of `python/run-protoc.sh`, we selectively edited import statements for `extensions_pb2`. With the prior addition of `permissionmessages`, the package is broken. We need to edit those as well. In order to avoid this in the present and future, we generalize the edits to all pb2 import statements in our generated code.
- Loading branch information