diff options
Diffstat (limited to 'src/python/grpcio_test/grpc_protoc_plugin')
-rw-r--r-- | src/python/grpcio_test/grpc_protoc_plugin/test.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_test/grpc_protoc_plugin/test.proto b/src/python/grpcio_test/grpc_protoc_plugin/test.proto index ed7c6a7b79..6762a8e7f3 100644 --- a/src/python/grpcio_test/grpc_protoc_plugin/test.proto +++ b/src/python/grpcio_test/grpc_protoc_plugin/test.proto @@ -32,7 +32,7 @@ // This file is duplicated around the code base. See GitHub issue #526. syntax = "proto2"; -package grpc.testing; +package grpc_protoc_plugin; enum PayloadType { // Compressable text format. |