aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-06-29 11:41:24 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-06-30 16:17:31 -0700
commit8a15dd2fae54ebb809402c24ebaa86cb8da36597 (patch)
treebf70e2b67cf8a48d251f53cf68a497c61d902d25 /tools
parentd3812c9318c4d0336897fd2d666be908fa1a7953 (diff)
Use open-source defaults to propagate Python plugin configuration
Diffstat (limited to 'tools')
-rw-r--r--tools/distrib/python/grpcio_tools/grpc/tools/main.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/distrib/python/grpcio_tools/grpc/tools/main.cc b/tools/distrib/python/grpcio_tools/grpc/tools/main.cc
index 81675b4e6f..8391839513 100644
--- a/tools/distrib/python/grpcio_tools/grpc/tools/main.cc
+++ b/tools/distrib/python/grpcio_tools/grpc/tools/main.cc
@@ -45,7 +45,6 @@ int protoc_main(int argc, char* argv[]) {
// gRPC Python
grpc_python_generator::GeneratorConfiguration grpc_py_config;
- grpc_py_config.beta_package_root = "grpc.beta";
grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config);
cli.RegisterGenerator("--grpc_python_out", &grpc_py_generator,
"Generate Python source file.");