Apply patch to package import
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
itzaname 2022-10-29 10:47:36 -04:00
parent b59ccec099
commit 370b8c1974

View File

@ -2,4 +2,5 @@
mkdir -p strafesnet
cp *.proto strafesnet/
python3 -m grpc_tools.protoc -I./strafesnet --python_out=./python-grpc/strafesnet --grpc_python_out=./python-grpc/strafesnet *.proto
python3 -m grpc_tools.protoc -I./strafesnet --python_out=./python-grpc/strafesnet --grpc_python_out=./python-grpc/strafesnet *.proto
sed -i 's/^\(import.*pb2\)/from . \1/g' strafesnet/*.py