diff options
author | Masood Malekghassemi <atash@google.com> | 2016-06-29 11:41:24 -0700 |
---|---|---|
committer | Masood Malekghassemi <atash@google.com> | 2016-06-29 11:41:24 -0700 |
commit | 71448b2898221cfeeeb1f64da8907e7ca6a29a75 (patch) | |
tree | 4d87f838ac74d8f5db9e34373902e0b7ad67b1e5 /tools/distrib/python/grpcio_tools/grpc | |
parent | 94f0a50d1ea3208a0602f6eb67b6438bdb957387 (diff) |
Use open-source defaults to propagate Python plugin configuration
Diffstat (limited to 'tools/distrib/python/grpcio_tools/grpc')
-rw-r--r-- | tools/distrib/python/grpcio_tools/grpc/tools/main.cc | 1 |
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."); |