From 61a0014c008b3b4a6ee451684e2ac22938d6a970 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sat, 11 Jun 2016 13:43:57 -0700 Subject: [PATCH] remove old file (#104) --- test/gen-python-code.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test/gen-python-code.sh diff --git a/test/gen-python-code.sh b/test/gen-python-code.sh deleted file mode 100644 index 62d10da6a..000000000 --- a/test/gen-python-code.sh +++ /dev/null @@ -1,4 +0,0 @@ -# For running the python tests - -protoc -I ../protos/ --python_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_python_plugin` ../protos/ray.proto -protoc -I ../protos/ --python_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_python_plugin` ../protos/types.proto