Apply patch to package import
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b59ccec099
commit
4d9280bea2
@ -3,3 +3,4 @@
|
|||||||
mkdir -p strafesnet
|
mkdir -p strafesnet
|
||||||
cp *.proto 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' ./python-grpc/strafesnet/*.py
|
Loading…
Reference in New Issue
Block a user