diff options
author | Craig Tiller <ctiller@google.com> | 2016-07-07 21:02:08 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-07-07 21:02:08 -0700 |
commit | b1793a6780e48a15f72229d84b3a9c63c0b46d8e (patch) | |
tree | d7ec6a7b11ce2b4ccb3cb36908a2b18ecfdcfd74 /src/compiler/python_plugin.cc | |
parent | c9d4b81dabf4dc2c262fc771c31790f2d60fe551 (diff) | |
parent | c28a6c1b3b4d68da7661997cd56d305b254a7d0b (diff) |
Merge github.com:grpc/grpc into atm2
Diffstat (limited to 'src/compiler/python_plugin.cc')
-rw-r--r-- | src/compiler/python_plugin.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/python_plugin.cc b/src/compiler/python_plugin.cc index 92a07b2f80..3457aa631a 100644 --- a/src/compiler/python_plugin.cc +++ b/src/compiler/python_plugin.cc @@ -38,7 +38,6 @@ int main(int argc, char* argv[]) { grpc_python_generator::GeneratorConfiguration config; - config.beta_package_root = "grpc.beta"; grpc_python_generator::PythonGrpcGenerator generator(config); return grpc::protobuf::compiler::PluginMain(argc, argv, &generator); } |